mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-25 12:46:03 +00:00
(iOS) Fix two function pointers
This commit is contained in:
parent
43d217668d
commit
2dbb334fb1
@ -570,7 +570,7 @@ static void ui_companion_cocoatouch_notify_content_loaded(void *data)
|
||||
[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;
|
||||
|
||||
@ -663,7 +663,7 @@ 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, const char *msg,
|
||||
unsigned priority, unsigned duration, bool flush)
|
||||
{
|
||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||
|
Loading…
x
Reference in New Issue
Block a user