tvOS: Fix menu button on siri remote

This commit is contained in:
Eric Warmenhoven 2024-05-31 15:53:33 -04:00 committed by LibretroAdmin
parent 7f3de64ef8
commit 2f1dd3e84f
1 changed files with 0 additions and 5 deletions

View File

@ -194,11 +194,6 @@ void cocoa_file_load_with_detect_core(const char *filename);
return controller.microGamepad.buttonA.pressed;
else if (type == UIPressTypePlayPause)
return controller.microGamepad.buttonX.pressed;
else if (@available(tvOS 13, *)) {
if (type == UIPressTypeMenu)
return controller.microGamepad.buttonMenu.pressed ||
controller.microGamepad.buttonMenu.isPressed;
}
}
else if (controller.extendedGamepad)
{