mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
fix bug
This commit is contained in:
parent
eb0d76d976
commit
d146f717b8
@ -660,7 +660,7 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
||||
case RARCH_MENU_CTL_PLAYLIST_INIT:
|
||||
{
|
||||
const char *path = (const char*)data;
|
||||
if (!string_is_empty(path))
|
||||
if (string_is_empty(path))
|
||||
return false;
|
||||
menu_driver_playlist = content_playlist_init(path,
|
||||
COLLECTION_SIZE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user