Change ifdef to ifndef RARCH_CONSOLE
This commit is contained in:
parent
3a23afcaa9
commit
4372d55325
|
|
@ -1039,7 +1039,7 @@ static config_file_t *open_default_config_file(void)
|
|||
|
||||
RARCH_WARN("Created new config file in: \"%s\".\n", conf_path);
|
||||
}
|
||||
#elif !defined(__CELLOS_LV2__) && !defined(_XBOX)
|
||||
#elif !defined(RARCH_CONSOLE)
|
||||
bool has_application_data = fill_pathname_application_data(application_data,
|
||||
sizeof(application_data));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue