mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
Fix prototype.
This commit is contained in:
parent
553c3c338d
commit
28886d3b6f
@ -64,7 +64,7 @@ static EFI_CONSOLE_CONTROL_SCREEN_MODE CurrentForcedConsoleMode = EfiConsoleCont
|
||||
static EFI_CONSOLE_CONTROL_PROTOCOL_GET_MODE ConsoleControlGetMode = NULL;
|
||||
static EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE ConsoleControlSetMode = NULL;
|
||||
|
||||
static EFI_STATUS GopSetModeAndReconnectTextOut();
|
||||
static EFI_STATUS GopSetModeAndReconnectTextOut(IN UINT32 ModeNumber);
|
||||
|
||||
//
|
||||
// Wrapped ConsoleControl GetMode() implementation - for blocking resolution switch when changing modes
|
||||
|
Loading…
Reference in New Issue
Block a user