From 706926cafff6c136e87f20c93213580c7103a534 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Fri, 23 Jul 2021 19:26:55 +0200 Subject: [PATCH] Reduce RS90 buffer to 4MB --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19dbce9..cde02b2 100644 --- a/Makefile +++ b/Makefile @@ -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