1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-15 00:40:06 +00:00

Should only be used for Wii

This commit is contained in:
twinaphex 2018-06-04 21:25:04 +02:00
parent 7bfe9e409a
commit ec718c6f71

@ -310,7 +310,9 @@ static void frontend_gx_init(void *data)
__exception_setreload(8);
#endif
#ifdef HW_RVL
fatInitDefault();
#endif
#ifdef HAVE_LOGGER
devoptab_list[STD_OUT] = &dotab_stdout;