Merge pull request #6869 from FIX94/master

(GC) ACTUALLY fix up build
This commit is contained in:
Twinaphex 2018-06-07 21:10:32 +02:00 committed by GitHub
commit a4144dfe9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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