mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(CocoaTouch) Fix some function callback signatures
This commit is contained in:
parent
65535a1259
commit
c0c88173a0
@ -594,7 +594,7 @@ static void ui_companion_cocoatouch_notify_content_loaded(void *data)
|
|||||||
[ap showGameView];
|
[ap showGameView];
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ui_companion_cocoatouch_toggle(void *data)
|
static void ui_companion_cocoatouch_toggle(void *data, bool force)
|
||||||
{
|
{
|
||||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||||
|
|
||||||
@ -687,8 +687,9 @@ static void ui_companion_cocoatouch_render_messagebox(const char *msg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ui_companion_cocoatouch_msg_queue_push(const char *msg,
|
static void ui_companion_cocoatouch_msg_queue_push(void *data,
|
||||||
unsigned priority, unsigned duration, bool flush)
|
const char *msg,
|
||||||
|
unsigned priority, unsigned duration, bool flush)
|
||||||
{
|
{
|
||||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user