mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 00:18:22 +00:00
(Menu) Fix playlist pushing issue
This commit is contained in:
parent
df67181e3b
commit
6bf74b1bd2
@ -89,10 +89,10 @@ static void push_to_history_playlist(void)
|
||||
msg_queue_push(g_extern.msg_queue, str, 1, 1);
|
||||
}
|
||||
|
||||
rarch_playlist_push(g_defaults.history,
|
||||
content_playlist_push(g_defaults.history,
|
||||
g_extern.fullpath,
|
||||
g_settings.libretro,
|
||||
&g_extern.menu.info);
|
||||
g_extern.menu.info.library_name);
|
||||
}
|
||||
|
||||
bool load_menu_content(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user