platforms/miyoo: Use small translation cache

As this platform only has 32MB RAM.
This commit is contained in:
jSTE0 2022-04-03 18:55:48 +01:00
parent e554360dd3
commit 20c09d773c
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ else ifeq ($(platform), miyoo)
SHARED := -shared -nostdlib -Wl,--version-script=link.T
fpic := -fPIC -DPIC
CFLAGS += -fomit-frame-pointer -ffast-math -march=armv5te -mtune=arm926ej-s
CFLAGS += -DSMALL_TRANSLATION_CACHE
HAVE_DYNAREC := 1
CPU_ARCH := arm