Don't need this any more :)
This commit is contained in:
parent
4cdb32156d
commit
4dc47a265c
3
makefile
3
makefile
|
@ -39,9 +39,6 @@ INCLUDE_7Z_SUPPORT = 1
|
|||
# Include AVI recording support (uses Video For Windows)
|
||||
INCLUDE_AVI_RECORDING = 1
|
||||
|
||||
# Include Toaplan sound sample hacks for games without MCU dumps
|
||||
TOAPLAN_SOUND_SAMPLES_HACK = 1
|
||||
|
||||
# Include Files that require C++11 (Killer Instinct, Midway Mortal Kombat style drivers, and associated files) - requires C++11 support
|
||||
INCLUDE_CPLUSPLUS11_FILES = 1
|
||||
|
||||
|
|
|
@ -223,10 +223,6 @@ ifdef INCLUDE_7Z_SUPPORT
|
|||
DEF := $(DEF) -DINCLUDE_7Z_SUPPORT
|
||||
endif
|
||||
|
||||
ifdef TOAPLAN_SOUND_SAMPLES_HACK
|
||||
DEF := $(DEF) -DTOAPLAN_SOUND_SAMPLES_HACK
|
||||
endif
|
||||
|
||||
ifdef LSB_FIRST
|
||||
DEF := $(DEF) -DLSB_FIRST
|
||||
endif
|
||||
|
|
|
@ -334,10 +334,6 @@ ifdef INCLUDE_AVI_RECORDING
|
|||
DEF := $(DEF) -DINCLUDE_AVI_RECORDING
|
||||
endif
|
||||
|
||||
ifdef TOAPLAN_SOUND_SAMPLES_HACK
|
||||
DEF := $(DEF) -DTOAPLAN_SOUND_SAMPLES_HACK
|
||||
endif
|
||||
|
||||
ifdef LSB_FIRST
|
||||
DEF := $(DEF) -DLSB_FIRST
|
||||
endif
|
||||
|
|
|
@ -209,10 +209,6 @@ ifdef INCLUDE_AVI_RECORDING
|
|||
DEF := $(DEF) /DINCLUDE_AVI_RECORDING
|
||||
endif
|
||||
|
||||
ifdef TOAPLAN_SOUND_SAMPLES_HACK
|
||||
DEF := $(DEF) /DTOAPLAN_SOUND_SAMPLES_HACK
|
||||
endif
|
||||
|
||||
ifdef LSB_FIRST
|
||||
DEF := $(DEF) /DLSB_FIRST
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue