Skip to content

Commit

Permalink
tvOS: Fix menu button on siri remote
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored and LibretroAdmin committed May 31, 2024
1 parent 7f3de64 commit 2f1dd3e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/drivers/cocoa/cocoa_common.m
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ - (bool)didMicroGamepadPress:(UIPressType)type
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)
{
Expand Down

0 comments on commit 2f1dd3e

Please sign in to comment.