mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
(GX) Should not be used for Salamander
This commit is contained in:
parent
78cbf97e70
commit
8a77ac1f04
@ -171,7 +171,6 @@ static void frontend_gx_get_environment_settings(
|
||||
logger_init();
|
||||
#elif defined(HAVE_FILE_LOGGER)
|
||||
retro_main_log_file_init("/retroarch-log.txt");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* This situation can happen on some loaders so we really need some
|
||||
@ -191,6 +190,8 @@ static void frontend_gx_get_environment_settings(
|
||||
args->libretro_path = NULL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HW_DOL
|
||||
chdir("carda:/retroarch");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user