bump gpgx max rom size to 32MB
- closes #4229 This rom size was present in 2.9.1 but was reverted in a cleanup commit.
This commit is contained in:
parent
52766e67fc
commit
e094721de8
Binary file not shown.
|
@ -24,6 +24,7 @@ CCFLAGS := -Iutil \
|
|||
-DHOOK_CPU \
|
||||
-DINLINE=static\ __inline__ \
|
||||
-DcdStream=cdStream \
|
||||
-DMAXROMSIZE=33554432 \
|
||||
-fcommon
|
||||
|
||||
LDFLAGS :=
|
||||
|
|
Loading…
Reference in New Issue