Merge pull request #168 from jSTE0/miyoo-small-cache

platforms/miyoo: Use small translation cache
This commit is contained in:
Autechre 2022-04-04 00:51:29 +01:00 committed by GitHub
commit d4547baf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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