mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 01:21:03 +00:00
Test /etc/ssnes.conf properly
This commit is contained in:
parent
0dde1ce7d1
commit
981aa2bdd7
@ -131,7 +131,8 @@ void parse_config(void)
|
||||
strcat(conf_path, "/.ssnesrc");
|
||||
conf = config_file_new(conf_path);
|
||||
}
|
||||
else // Try /etc/ssnes.cfg as a final test ...
|
||||
// Try this as a last chance...
|
||||
if (!conf)
|
||||
conf = config_file_new("/etc/ssnes.cfg");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user