Added the HEDAKA option to the makefile.

This commit is contained in:
OBattler
2020-07-12 19:38:42 +02:00
parent 7fea148985
commit 23bc283e45

View File

@@ -45,6 +45,9 @@ ifeq ($(DEV_BUILD), y)
ifndef CYRIX_6X86
CYRIX_6X86 := y
endif
ifndef HEADAKA
HEDAKA := y
endif
ifndef LASERXT
LASERXT := y
endif
@@ -112,6 +115,9 @@ else
ifndef CYRIX_6X86
CYRIX_6X86 := n
endif
ifndef HEDAKA
HEDAKA := n
endif
ifndef LASERXT
LASERXT := n
endif
@@ -483,6 +489,10 @@ ifeq ($(CYRIX_6X86), y)
OPTS += -DUSE_CYRIX_6X86
endif
ifeq ($(HEDAKA), y)
OPTS += -DUSE_HEDAKA
endif
ifeq ($(LASERXT), y)
OPTS += -DUSE_LASERXT
DEVBROBJ += m_xt_laserxt.o