Skip to content

Commit bb0921f

Browse files
FORCED: Overwriting Tuna with local state
1 parent afa2135 commit bb0921f

4 files changed

Lines changed: 197 additions & 340 deletions

File tree

installer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ EE_LIBS = -lgs -lpng -lz -lm -lfreetype -lpoweroff -lcdvd -lmc -lpadx -lhdd -lfi
4242

4343
EE_GPVAL = -G8192
4444

45-
EE_CFLAGS += -Os -mgpopt $(EE_GPVAL) -Wall -std=gnu99 # <<< ENSURE -std=gnu99 IS HERE
45+
EE_CFLAGS += -Os -mgpopt $(EE_GPVAL) -Wall -std=gnu99 # <<< ENSURED -std=gnu99 IS HERE
4646

4747
ifeq ($(EXFAT), 1)
4848
EE_CFLAGS += -DEXFAT
@@ -121,7 +121,7 @@ SECRSIF_irx.c: $(IRX_DIR)/secrsif.irx
121121
bin2c $< $@ SECRSIF_irx
122122
MCTOOLS_irx.c: $(IRX_DIR)/mctools.irx
123123
bin2c $< $@ MCTOOLS_irx
124-
IOPRP_img.c: $(IRX_DIR)/IOPRP.img
124+
IOPRP_img.c: $(IRX_DIR)/IOPRP_img
125125
bin2c $< $@ IOPRP_img
126126
ifeq ($(EXFAT), 1)
127127
usbmass_bd_irx.c: $(IRX_DIR)/usbmass_bd.irx

0 commit comments

Comments
 (0)