Reduce RS90 buffer to 4MB

This commit is contained in:
David Guillen Fandos 2021-07-23 19:26:55 +02:00
parent 75e67bffc2
commit 706926caff
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ else ifeq ($(platform), rs90)
SHARED := -shared -nostdlib -Wl,--version-script=link.T
fpic := -fPIC -DPIC
CFLAGS += -fomit-frame-pointer -ffast-math -march=mips32 -mtune=mips32
CFLAGS += -DSMALL_TRANSLATION_CACHE -DROM_BUFFER_SIZE=8
CFLAGS += -DSMALL_TRANSLATION_CACHE -DROM_BUFFER_SIZE=4
HAVE_DYNAREC := 1
CPU_ARCH := mips