mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
re-enable SD readahead, change Wii build to -O3
This commit is contained in:
parent
b827c54d19
commit
e053a3d128
@ -28,7 +28,7 @@ INCLUDES := source/snes9x source/ngc
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) \
|
||||
CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) \
|
||||
-DNGC -DWII_DVD \
|
||||
-DNO_ASM -DRIGHTSHIFT_IS_SAR \
|
||||
-DCPU_SHUTDOWN -DSPC700_SHUTDOWN \
|
||||
|
@ -63,7 +63,7 @@ bool ChangeFATInterface(int method, bool silent)
|
||||
{
|
||||
devFound = true;
|
||||
fatSetDefaultInterface(PI_INTERNAL_SD);
|
||||
//fatEnableReadAhead (PI_INTERNAL_SD, 6, 64);
|
||||
fatEnableReadAhead (PI_INTERNAL_SD, 6, 64);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user