This commit is contained in:
lif 2023-12-16 17:56:58 -08:00
parent 7813578631
commit ef45161c94
1 changed files with 2 additions and 1 deletions

View File

@ -441,7 +441,8 @@ else ifeq ($(platform), n64)
CXX = $(N64_INST)/bin/mips64-elf-g++$(EXE_EXT)
AR = $(N64_INST)/bin/mips64-elf-ar$(EXE_EXT)
CFLAGS += -fomit-frame-pointer -ffast-math
CFLAGS += -DNINTENDO64 -DUSE_RGBA5551_FORMAT -DSMALL_TRANSLATION_CACHE -DROM_BUFFER_SIZE=4
CFLAGS += -march=vr4300 -mtune=vr4300 -falign-functions=32
CFLAGS += -DNINTENDO64 -DUSE_RGBA5551_FORMAT -DSMALL_TRANSLATION_CACHE -DROM_BUFFER_SIZE=1
CFLAGS += -I$(N64_INST)/include/
HAVE_DYNAREC = 0
CPU_ARCH := mips