mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Cleanups
This commit is contained in:
parent
ee26a2f2af
commit
a2f721a623
@ -1568,16 +1568,16 @@ static int action_ok_playlist_entry_collection(const char *path,
|
||||
new_core_path);
|
||||
}
|
||||
else
|
||||
{
|
||||
strlcpy(new_core_path, core_path, sizeof(new_core_path));
|
||||
}
|
||||
|
||||
playlist_info.data = playlist;
|
||||
playlist_info.idx = (unsigned)selection_ptr;
|
||||
|
||||
if (!menu_content_playlist_load(&playlist_info))
|
||||
{
|
||||
runloop_msg_queue_push("File could not be loaded from playlist.\n", 1, 100, true);
|
||||
runloop_msg_queue_push(
|
||||
"File could not be loaded from playlist.\n",
|
||||
1, 100, true);
|
||||
return menu_cbs_exit();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user