mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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)
|
static void ui_companion_cocoa_notify_content_loaded(void *data)
|
||||||
{
|
{
|
||||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
|
||||||
|
|
||||||
(void)data;
|
(void)data;
|
||||||
|
|
||||||
if (ap)
|
|
||||||
[ap showGameView];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ui_companion_cocoa_toggle(void *data)
|
static void ui_companion_cocoa_toggle(void *data)
|
||||||
{
|
{
|
||||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
|
||||||
|
|
||||||
(void)data;
|
(void)data;
|
||||||
|
|
||||||
if (ap)
|
|
||||||
[ap toggleUI];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ui_companion_cocoa_iterate(void *data, unsigned action)
|
static int ui_companion_cocoa_iterate(void *data, unsigned action)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user