From ebcd69fef4208af05aea6b1f963db1a9613bc470 Mon Sep 17 00:00:00 2001 From: neonloop Date: Tue, 10 Aug 2021 00:16:40 +0000 Subject: Adds mame2000 core and fixes options/scaler --- patches/snes9x2002/0001-trimui-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches/snes9x2002') 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 -- cgit v1.2.3