mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +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)
|
if (!str_list)
|
||||||
{
|
{
|
||||||
const char *str = path_is_compressed
|
const char *str = path_is_compressed
|
||||||
? "Unable to read compressed file"
|
? "Unable to read compressed file."
|
||||||
: "Directory not found";
|
: "Directory not found.";
|
||||||
|
|
||||||
menu_list_push(info->list, str, "", 0, 0);
|
menu_list_push(info->list, str, "", 0, 0);
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -464,7 +464,6 @@ static void ui_companion_cocoatouch_notify_content_loaded(void *data)
|
|||||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||||
|
|
||||||
(void)data;
|
(void)data;
|
||||||
RARCH_LOG("Gets here.\n");
|
|
||||||
|
|
||||||
if (ap)
|
if (ap)
|
||||||
[ap showGameView];
|
[ap showGameView];
|
||||||
@ -526,6 +525,8 @@ static void ui_companion_cocoatouch_notify_list_pushed(void *data,
|
|||||||
|
|
||||||
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
RetroArch_iOS *ap = (RetroArch_iOS *)apple_platform;
|
||||||
|
|
||||||
|
RARCH_LOG("Gets here.\n");
|
||||||
|
|
||||||
if (ap)
|
if (ap)
|
||||||
[ap mainMenuRefresh];
|
[ap mainMenuRefresh];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user