mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
dont say mouse cant bear if it is disabled
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
3f3066dc06
commit
a557a314a6
@ -100,7 +100,7 @@ EFI_STATUS MouseBirth()
|
||||
EFI_STATUS Status = EFI_UNSUPPORTED;
|
||||
|
||||
if (!gSettings.PointerEnabled) {
|
||||
return EFI_UNSUPPORTED;
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
||||
if (gPointer.SimplePointerProtocol) { //do not double
|
||||
|
Loading…
Reference in New Issue
Block a user