diff options
author | neonloop | 2021-08-10 00:16:40 +0000 |
---|---|---|
committer | neonloop | 2021-08-10 00:16:40 +0000 |
commit | ebcd69fef4208af05aea6b1f963db1a9613bc470 (patch) | |
tree | 1c44f731176dc7479d843dd1b8e2e58c4100b87c /patches/snes9x2002 | |
parent | 8ad26356f5e92bd396e58290217da55858345a4e (diff) | |
download | picoarch-ebcd69fef4208af05aea6b1f963db1a9613bc470.tar.gz picoarch-ebcd69fef4208af05aea6b1f963db1a9613bc470.tar.bz2 picoarch-ebcd69fef4208af05aea6b1f963db1a9613bc470.zip |
Adds mame2000 core and fixes options/scaler
Diffstat (limited to 'patches/snes9x2002')
-rw-r--r-- | patches/snes9x2002/0001-trimui-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/snes9x2002/0001-trimui-support.patch b/patches/snes9x2002/0001-trimui-support.patch index eadb54c..1f7659d 100644 --- a/patches/snes9x2002/0001-trimui-support.patch +++ b/patches/snes9x2002/0001-trimui-support.patch @@ -12,7 +12,7 @@ index e42d169..a1f8794 100644 + AR = $(CROSS_COMPILE)ar + SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined + CFLAGS += -fsingle-precision-constant -fno-PIC -flto -+ CFLAGS += -DLSB_FIRST -DFAST_ALIGNED_LSB_WORD_ACCESS -DRIGHTSHIFT_IS_SAR ++ CFLAGS += -DLSB_FIRST -DRIGHTSHIFT_IS_SAR + CFLAGS += -std=c99 -fomit-frame-pointer -ffast-math -mcpu=arm926ej-s -mtune=arm926ej-s + LDFLAGS += -flto + OFLAGS += -Ofast -DNDEBUG=1 |