aboutsummaryrefslogtreecommitdiff
path: root/patches/pcsx_rearmed/1000-trimui-support.patch
diff options
context:
space:
mode:
authorneonloop2021-08-14 23:30:16 +0000
committerneonloop2021-08-14 23:30:16 +0000
commit43929bba35f0929a90a4128c4bfd50c226e1e842 (patch)
tree0e65e4921bce9494ef8fd9fd85e306cf2ba05b9f /patches/pcsx_rearmed/1000-trimui-support.patch
parent316597f18ebb4758df25c8de2810d6d130ad00be (diff)
downloadpicoarch-43929bba35f0929a90a4128c4bfd50c226e1e842.tar.gz
picoarch-43929bba35f0929a90a4128c4bfd50c226e1e842.tar.bz2
picoarch-43929bba35f0929a90a4128c4bfd50c226e1e842.zip
Updates pcsx_rearmed core options text / defaults
Diffstat (limited to 'patches/pcsx_rearmed/1000-trimui-support.patch')
-rw-r--r--patches/pcsx_rearmed/1000-trimui-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/pcsx_rearmed/1000-trimui-support.patch b/patches/pcsx_rearmed/1000-trimui-support.patch
index cfab089..3ace711 100644
--- a/patches/pcsx_rearmed/1000-trimui-support.patch
+++ b/patches/pcsx_rearmed/1000-trimui-support.patch
@@ -58,10 +58,10 @@ index 1ecd359..432d700 100644
ifeq ($(shell $(CC) -E -dD $(CFLAGS) include/arm_features.h | grep __SIZEOF_LONG__ | awk '{print $$3}'),4)
CFLAGS += -D_FILE_OFFSET_BITS=64
diff --git a/frontend/libretro.c b/frontend/libretro.c
-index 59e986e..b2b8a49 100644
+index f3e3c2b..8497459 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
-@@ -2802,7 +2802,7 @@ void retro_init(void)
+@@ -2944,7 +2944,7 @@ void retro_init(void)
* we have to do this because cache misses and some IO penalties
* are not emulated. Warning: changing this may break compatibility. */
cycle_multiplier = 175;