diff options
author | neonloop | 2023-01-08 21:53:44 +0000 |
---|---|---|
committer | neonloop | 2023-01-08 21:53:44 +0000 |
commit | 22d451f5c51695194d7a67c468a449e49097a6d3 (patch) | |
tree | bb6d0901ef88d45d27b163d3ad8bd8eca1157673 /patches/smsplus-gx | |
parent | 6672461fd4911e04f9fd824186d27e26a160ab6d (diff) | |
download | picoarch-22d451f5c51695194d7a67c468a449e49097a6d3.tar.gz picoarch-22d451f5c51695194d7a67c468a449e49097a6d3.tar.bz2 picoarch-22d451f5c51695194d7a67c468a449e49097a6d3.zip |
Updates patches for latest upstream changes
Diffstat (limited to 'patches/smsplus-gx')
-rw-r--r-- | patches/smsplus-gx/1000-trimui-build.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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 |