mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Log 'notify list pushed'
This commit is contained in:
parent
679f1345fd
commit
ffaca6b377
@ -248,8 +248,8 @@ static int menu_displaylist_parse(menu_displaylist_info_t *info, bool *need_sort
|
||||
if (!str_list)
|
||||
{
|
||||
const char *str = path_is_compressed
|
||||
? "Unable to read compressed file"
|
||||
: "Directory not found";
|
||||
? "Unable to read compressed file."
|
||||
: "Directory not found.";
|
||||
|
||||
menu_list_push(info->list, str, "", 0, 0);
|
||||
return 0;
|
||||
|
@ -464,7 +464,6 @@ static void ui_companion_cocoatouch_notify_content_loaded(void *data)
|
||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||
|
||||
(void)data;
|
||||
RARCH_LOG("Gets here.\n");
|
||||
|
||||
if (ap)
|
||||
[ap showGameView];
|
||||
@ -526,6 +525,8 @@ static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
||||
|
||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||
|
||||
RARCH_LOG("Gets here.\n");
|
||||
|
||||
if (ap)
|
||||
[ap mainMenuRefresh];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user