mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Put this around an HW_RVL ifdef
This commit is contained in:
parent
1d2014a3c9
commit
822e2fd0d4
1 changed files with 2 additions and 0 deletions
|
@ -309,7 +309,9 @@ static void frontend_gx_init(void *data)
|
||||||
__exception_setreload(8);
|
__exception_setreload(8);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
fatInitDefault();
|
fatInitDefault();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LOGGER
|
#ifdef HAVE_LOGGER
|
||||||
devoptab_list[STD_OUT] = &dotab_stdout;
|
devoptab_list[STD_OUT] = &dotab_stdout;
|
||||||
|
|
Loading…
Add table
Reference in a new issue