pi add "HACK_SOUND" (#966)
This commit is contained in:
parent
207c939012
commit
a0df27adf2
|
@ -221,6 +221,10 @@ ifdef ROM_VERIFY
|
|||
DEF := $(DEF) -DROM_VERIFY
|
||||
endif
|
||||
|
||||
ifdef HACK_SOUND
|
||||
DEF := $(DEF) -DCPS1_HACK_QSOUND
|
||||
endif
|
||||
|
||||
ifdef INCLUDE_7Z_SUPPORT
|
||||
DEF := $(DEF) -DINCLUDE_7Z_SUPPORT
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue