(GC) ACTUALLY fix up build

This commit is contained in:
FIX94 2018-06-07 21:04:34 +02:00
parent 9271a7505f
commit 6ede99b47b
No known key found for this signature in database
GPG Key ID: CE39016A19D8EADA
2 changed files with 0 additions and 4 deletions

View File

@ -310,9 +310,7 @@ 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;

View File

@ -72,7 +72,6 @@ CONSOLE EXTENSIONS
#endif
#ifdef INTERNAL_LIBOGC
#ifdef HW_RVL
#include "../wii/libogc/libfat/cache.c"
#include "../wii/libogc/libfat/directory.c"
#include "../wii/libogc/libfat/disc.c"
@ -84,7 +83,6 @@ CONSOLE EXTENSIONS
#include "../wii/libogc/libfat/lock.c"
#include "../wii/libogc/libfat/partition.c"
#endif
#endif
#endif