mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-14 21:09:08 +01:00
- fixed to compile with devkitppc r42-1 and libogc 2.4.0
- updated libcustomfat to libfat v1.2.0/1.1.5
This commit is contained in:
parent
07a44551f9
commit
04b06e438d
out
portlibs
resources/app_booter
source/gecko
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before (image error) Size: 4.4 MiB After (image error) Size: 4.4 MiB |
@ -3,8 +3,8 @@
|
||||
|
||||
#define _LIBFAT_MAJOR_ 1
|
||||
#define _LIBFAT_MINOR_ 1
|
||||
#define _LIBFAT_PATCH_ 1
|
||||
#define _LIBFAT_PATCH_ 5
|
||||
|
||||
#define _LIBFAT_STRING "libFAT Release 1.1.1"
|
||||
#define _LIBFAT_STRING "libFAT Release 1.1.5"
|
||||
|
||||
#endif // __LIBFATVERSION_H__
|
||||
|
Binary file not shown.
@ -37,7 +37,7 @@ INCLUDES :=
|
||||
#---------------------------------------------------------------------------------
|
||||
MACHDEP := -mno-eabi -mno-sdata -mcpu=750
|
||||
CFLAGS := -Wall -W -O1 -ffreestanding -std=gnu99 -Wstrict-aliasing=2 $(MACHDEP) $(INCLUDE)
|
||||
LDFLAGS := -nostartfiles -nostdlib $(MACHDEP)
|
||||
LDFLAGS := -nostartfiles -nostdlib $(MACHDEP) -Wl,--no-warn-rwx-segments
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# move loader to another location - THANKS CREDIAR - 0x81330000 for HBC
|
||||
|
@ -62,6 +62,10 @@ static const devoptab_t gecko_out = {
|
||||
NULL, // device rmdir_r
|
||||
NULL, // lstat_r
|
||||
NULL, // utimes_r
|
||||
NULL, // fpathconf_r
|
||||
NULL, // pathconf_r
|
||||
NULL, // symlink_r
|
||||
NULL, // readlink_r
|
||||
};
|
||||
|
||||
static void USBGeckoOutput()
|
||||
|
Loading…
x
Reference in New Issue
Block a user