Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Jan 22, 2024
1 parent 76704c3 commit 2bccbc7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Library/OcMainLib/OpenCoreUefi.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ OcReinstallProtocols (
BOOLEAN OverrideAppleEvent;


#ifndef CLOVER_BUILD
if (OcAudioInstallProtocols (
Config->Uefi.ProtocolOverrides.AppleAudio,
Config->Uefi.Audio.DisconnectHda
Expand Down Expand Up @@ -1053,17 +1052,11 @@ OcLoadUefiSupport (
}

OcLoadUefiOutputSupport (Storage, Config);
<<<<<<< HEAD
#ifndef CLOVER_BUILD
OcLoadUefiAudioSupport (Storage, Config);
#endif
=======

#ifndef CLOVER_BUILD
OcLoadUefiAudioSupport (Storage, Config);
#endif

>>>>>>> 7e9c25b7f5786ebb7a6d833ab5b756329a48f60f
gBS->CreateEvent (
EVT_SIGNAL_EXIT_BOOT_SERVICES,
TPL_CALLBACK,
Expand Down

0 comments on commit 2bccbc7

Please sign in to comment.