Skip to content

Commit

Permalink
OpenCoreUefi: Sync with OcSupportPkg OcInputLib
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaeuser committed Oct 7, 2019
1 parent 8382ce5 commit 5e020bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Platform/OpenCore/OpenCoreUefi.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ OcLoadUefiInputSupport (
Status = OcAppleGenericInputKeycodeInit (
KeyMode,
Config->Uefi.Input.KeyForgetThreshold,
Config->Uefi.Input.KeyMergeThreshold
Config->Uefi.Input.KeyMergeThreshold,
Config->Uefi.Input.KeySwap
);
if (EFI_ERROR (Status)) {
DEBUG ((DEBUG_ERROR, "OCGI: Failed to initialize keycode\n"));
Expand Down

0 comments on commit 5e020bb

Please sign in to comment.