mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
(PS3 Salamander) Fix logic bug if libretro_path is empty
This commit is contained in:
parent
3197a3177f
commit
1b9c554690
@ -95,7 +95,7 @@ static void init_settings(void)
|
||||
snprintf(libretro_path, sizeof(libretro_path), tmp_str);
|
||||
}
|
||||
|
||||
if(!config_file_exists || strcmp(libretro_path, "") == 0)
|
||||
if(!config_file_exists || !strcmp(libretro_path, ""))
|
||||
{
|
||||
find_and_set_first_file();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user