aboutsummaryrefslogtreecommitdiff
path: root/patches/pcsx_rearmed/1000-trimui-support.patch
diff options
context:
space:
mode:
authorneonloop2022-03-29 15:01:59 +0000
committerneonloop2022-03-29 15:01:59 +0000
commit6672461fd4911e04f9fd824186d27e26a160ab6d (patch)
tree56598bfbda8a9d5f39ba24f1808b2729f931278f /patches/pcsx_rearmed/1000-trimui-support.patch
parente51e8dc45f31d2d9388254ebaf0cee362d213764 (diff)
downloadpicoarch-6672461fd4911e04f9fd824186d27e26a160ab6d.tar.gz
picoarch-6672461fd4911e04f9fd824186d27e26a160ab6d.tar.bz2
picoarch-6672461fd4911e04f9fd824186d27e26a160ab6d.zip
Updates patches for upstream pcsx_rearmed changes
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 436919a..8d20c24 100644
--- a/patches/pcsx_rearmed/1000-trimui-support.patch
+++ b/patches/pcsx_rearmed/1000-trimui-support.patch
@@ -105,7 +105,7 @@ diff --git a/frontend/main.c b/frontend/main.c
index d3c7d40..7610146 100644
--- a/frontend/main.c
+++ b/frontend/main.c
-@@ -154,7 +154,7 @@ void emu_set_default_config(void)
+@@ -154,6 +154,6 @@ void emu_set_default_config(void)
spu_config.iVolume = 768;
spu_config.iTempo = 0;
spu_config.iUseThread = 1; // no effect if only 1 core is detected
@@ -113,4 +113,4 @@ index d3c7d40..7610146 100644
+#if defined(HAVE_PRE_ARMV7) && !defined(_3DS) && !defined(_TRIMUI) /* XXX GPH hack */
spu_config.iUseReverb = 0;
spu_config.iUseInterpolation = 0;
- spu_config.iTempo = 1;
+#ifndef(_MIYOO)