Skip to content

Commit 2f1dd3e

Browse files
warmenhovenLibretroAdmin
authored andcommitted
tvOS: Fix menu button on siri remote
1 parent 7f3de64 commit 2f1dd3e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ui/drivers/cocoa/cocoa_common.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ - (bool)didMicroGamepadPress:(UIPressType)type
194194
return controller.microGamepad.buttonA.pressed;
195195
else if (type == UIPressTypePlayPause)
196196
return controller.microGamepad.buttonX.pressed;
197-
else if (@available(tvOS 13, *)) {
198-
if (type == UIPressTypeMenu)
199-
return controller.microGamepad.buttonMenu.pressed ||
200-
controller.microGamepad.buttonMenu.isPressed;
201-
}
202197
}
203198
else if (controller.extendedGamepad)
204199
{

0 commit comments

Comments
 (0)