mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(OSX) Buildfix
This commit is contained in:
parent
96ae9c718a
commit
1b5890b607
@ -30,22 +30,12 @@ typedef struct ui_companion_cocoa
|
||||
|
||||
static void ui_companion_cocoa_notify_content_loaded(void *data)
|
||||
{
|
||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||
|
||||
(void)data;
|
||||
|
||||
if (ap)
|
||||
[ap showGameView];
|
||||
}
|
||||
|
||||
static void ui_companion_cocoa_toggle(void *data)
|
||||
{
|
||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||
|
||||
(void)data;
|
||||
|
||||
if (ap)
|
||||
[ap toggleUI];
|
||||
}
|
||||
|
||||
static int ui_companion_cocoa_iterate(void *data, unsigned action)
|
||||
|
Loading…
Reference in New Issue
Block a user