mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 12:35:23 +00:00
No default config path on ps3.
This commit is contained in:
parent
457a3d458a
commit
67c7cd8de9
@ -232,6 +232,8 @@ static config_file_t *open_default_config_file(void)
|
||||
}
|
||||
if (!conf)
|
||||
conf = config_file_new("/etc/ssnes.cfg");
|
||||
#elif defined(__CELLOS_LV2__)
|
||||
return NULL;
|
||||
#else
|
||||
const char *xdg = getenv("XDG_CONFIG_HOME");
|
||||
if (!xdg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user