(GC) ACTUALLY fix up build
This commit is contained in:
parent
9271a7505f
commit
6ede99b47b
|
@ -310,9 +310,7 @@ 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;
|
||||||
|
|
|
@ -72,7 +72,6 @@ CONSOLE EXTENSIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef INTERNAL_LIBOGC
|
#ifdef INTERNAL_LIBOGC
|
||||||
#ifdef HW_RVL
|
|
||||||
#include "../wii/libogc/libfat/cache.c"
|
#include "../wii/libogc/libfat/cache.c"
|
||||||
#include "../wii/libogc/libfat/directory.c"
|
#include "../wii/libogc/libfat/directory.c"
|
||||||
#include "../wii/libogc/libfat/disc.c"
|
#include "../wii/libogc/libfat/disc.c"
|
||||||
|
@ -84,7 +83,6 @@ CONSOLE EXTENSIONS
|
||||||
#include "../wii/libogc/libfat/lock.c"
|
#include "../wii/libogc/libfat/lock.c"
|
||||||
#include "../wii/libogc/libfat/partition.c"
|
#include "../wii/libogc/libfat/partition.c"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue