No default config path on ps3.

This commit is contained in:
Themaister 2011-12-02 21:22:14 +01:00
parent 457a3d458a
commit 67c7cd8de9

View File

@ -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)