(GX) Should not be used for Salamander

This commit is contained in:
twinaphex 2016-05-05 18:23:18 +02:00
parent 78cbf97e70
commit 8a77ac1f04

View File

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