From 932a4ddb6f177bd9333a0e328ec7306a0460aded Mon Sep 17 00:00:00 2001 From: farisawan-2000 Date: Wed, 2 Jun 2021 07:20:08 -0400 Subject: [PATCH] first idea of a build system --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index db51d193..751dc0fe 100644 --- a/Makefile +++ b/Makefile @@ -132,6 +132,14 @@ else ifeq ($(GRUCODE),super3d) # Super3D DEFINES += SUPER3D_GBI=1 F3D_NEW=1 endif +# TEXT ENGINES +# s2dex_text_engine - Text Engine by someone2639 +TEXT_ENGINE := none +ifeq ($(TEXT_ENGINE), s2dex_text_engine) + DEFINES += S2DEX_GBI_2=1 S2DEX_TEXT_ENGINE=1 +endif + + ifeq ($(COMPILER),gcc) NON_MATCHING := 1 MIPSISET := -mips3 @@ -440,8 +448,8 @@ else RSPASM := $(TOOLS_DIR)/armips endif ENDIAN_BITWIDTH := $(BUILD_DIR)/endian-and-bitwidth -EMULATOR = mupen64plus -EMU_FLAGS = --noosd +EMULATOR = ~/Downloads/mupen64plus/mupen64plus-gui +EMU_FLAGS = LOADER = loader64 LOADER_FLAGS = -vwf SHA1SUM = sha1sum