mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
(CocoaTouch) Comment out cocoatouch_notify_list-pushed
This commit is contained in:
parent
d09d0c4e9f
commit
4e1365f94e
@ -519,6 +519,7 @@ static void ui_companion_cocoatouch_event_command(void *data,
|
|||||||
static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
||||||
file_list_t *list, file_list_t *menu_list)
|
file_list_t *list, file_list_t *menu_list)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
(void)data;
|
(void)data;
|
||||||
(void)list;
|
(void)list;
|
||||||
(void)menu_list;
|
(void)menu_list;
|
||||||
@ -535,6 +536,7 @@ static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
|||||||
|
|
||||||
if (ap)
|
if (ap)
|
||||||
[ap mainMenuRefresh];
|
[ap mainMenuRefresh];
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
const ui_companion_driver_t ui_companion_cocoatouch = {
|
const ui_companion_driver_t ui_companion_cocoatouch = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user