From 22d451f5c51695194d7a67c468a449e49097a6d3 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 8 Jan 2023 21:53:44 +0000 Subject: Updates patches for latest upstream changes --- patches/smsplus-gx/1000-trimui-build.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches/smsplus-gx') diff --git a/patches/smsplus-gx/1000-trimui-build.patch b/patches/smsplus-gx/1000-trimui-build.patch index 2d42b2f..7fc43b0 100644 --- a/patches/smsplus-gx/1000-trimui-build.patch +++ b/patches/smsplus-gx/1000-trimui-build.patch @@ -1,11 +1,11 @@ diff --git a/Makefile.libretro b/Makefile.libretro -index e4575bc..7f96e07 100644 +index 5e52c65..db2761a 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -327,7 +327,21 @@ else ifeq ($(platform), miyoo) SHARED := -shared -Wl,--no-undefined -Wl,--version-script=link.T CFLAGS += -ffast-math -march=armv5te -mtune=arm926ej-s -fomit-frame-pointer - ENDIANNESS_DEFINES += -DLSB_FIRST -DBYTE_ORDER=LITTLE_ENDIAN -DALIGN_LONG + ENDIANNESS_DEFINES += -DLSB_FIRST -DBYTE_ORDER=LITTLE_ENDIAN -DALIGN_DWORD - + +else ifeq ($(platform), trimui) @@ -20,7 +20,7 @@ index e4575bc..7f96e07 100644 + ifeq (,$(DEBUG)) + LDFLAGS += -s + endif -+ ENDIANNESS_DEFINES += -DLSB_FIRST -DBYTE_ORDER=LITTLE_ENDIAN -DALIGN_LONG ++ ENDIANNESS_DEFINES += -DLSB_FIRST -DBYTE_ORDER=LITTLE_ENDIAN -DALIGN_DWORD + # else ifneq (,$(findstring armv,$(platform))) # TARGET := $(TARGET_NAME)_libretro.so -- cgit v1.2.3