mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Add NSCancelButton cases
This commit is contained in:
parent
fdc1f963b2
commit
172b972a32
@ -322,6 +322,8 @@ extern void action_ok_push_quick_menu(void);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case NSCancelButton:
|
||||
break;
|
||||
}
|
||||
}];
|
||||
#else
|
||||
@ -359,6 +361,8 @@ extern void action_ok_push_quick_menu(void);
|
||||
ui_companion_event_command(EVENT_CMD_LOAD_CONTENT);
|
||||
}
|
||||
break;
|
||||
case NSCancelButton:
|
||||
break;
|
||||
}
|
||||
}];
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user