Change ifdef to ifndef RARCH_CONSOLE

This commit is contained in:
twinaphex 2016-05-01 16:01:03 +02:00
parent 3a23afcaa9
commit 4372d55325
1 changed files with 1 additions and 1 deletions

View File

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