mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanup
This commit is contained in:
parent
3dc40263ea
commit
9c00dd0e2e
@ -160,7 +160,7 @@ static bool menu_content_load_from_playlist(void *data)
|
||||
content_playlist_get_index(playlist,
|
||||
idx, &path, NULL, &core_path, NULL, NULL, NULL);
|
||||
|
||||
if (path && !string_is_empty(path))
|
||||
if (!string_is_empty(path))
|
||||
{
|
||||
unsigned i;
|
||||
bool valid_path = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user