mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
[ORBIS] Workaround weird behaviour with task with bg.png in xmb
This commit is contained in:
parent
263d82146c
commit
11186dd5e0
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user