mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
(XDK) Same for Salamander XDK
This commit is contained in:
parent
1b9c554690
commit
d4754f4c6c
@ -100,7 +100,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();
|
||||
}
|
||||
@ -214,4 +214,4 @@ int main(int argc, char *argv[])
|
||||
rarch_console_exec(libretro_path);
|
||||
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user