[ORBIS] Workaround weird behaviour with task with bg.png in xmb

This commit is contained in:
psxdev 2019-01-03 15:22:14 +01:00 committed by Francisco José García García
parent 263d82146c
commit 11186dd5e0

View File

@ -4976,6 +4976,11 @@ static void xmb_context_reset_background(const char *iconpath)
task_push_image_load(path,
menu_display_handle_wallpaper_upload, NULL);
#ifdef ORBIS
// to avoid weird behaviour on orbis with remote host
RARCH_LOG("[XMB] after task\n");
sleep(5);
#endif
if (path)
free(path);
}