mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-21 18:19:16 +01:00
disable menu sound
This commit is contained in:
parent
d92d2ca8f3
commit
2d11edbce8
@ -28,7 +28,7 @@ INCLUDES := source source/vba
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) \
|
||||
CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) -DNO_SOUND \
|
||||
-DWORDS_BIGENDIAN -DNO_LINK -DNO_FEX \
|
||||
-DTILED_RENDERING \
|
||||
-DC_CORE -D__ppc__ -D__POWERPC__ -DFINAL_VERSION \
|
||||
|
Loading…
Reference in New Issue
Block a user