PCSX Rearmed update

* Revert PCSX Rearmed to version e34ef5a and pin.
* Apply threaded rendering patch thanks to @christianhaitian.
* Thanks to @asoderq (sydarn) and @christianhaitian for the pointers!
This commit is contained in:
fewtarius 2023-10-19 12:00:55 +00:00 committed by xerootg
parent 5442f9625d
commit 3a2d418672
4 changed files with 28 additions and 1 deletions

View file

@ -9,3 +9,4 @@ melonds-sa #Broken OpenGL renderer upstream
mupen64plus-sa-ui-console #Causes segfaults
nanoboyadvance-sa #SDL version removed after this commit
freechaf-lr #build issue, revisit.
pcsx_rearmed-lr #pins version as new releases have artifacting issues.

View file

@ -3,7 +3,7 @@
# Copyright (C) 2022-present Fewtarius
PKG_NAME="pcsx_rearmed-lr"
PKG_VERSION="8cba0a221656eca4a3499be56b208019a3410420"
PKG_VERSION="e34ef5a"
PKG_ARCH="arm aarch64"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/libretro/pcsx_rearmed"

View file

@ -0,0 +1,13 @@
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index 3e1daf2..06702a1 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -848,7 +848,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "async", NULL },
{ NULL, NULL},
},
- "disabled",
+ "sync",
},
#endif

View file

@ -0,0 +1,13 @@
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index 3e1daf2..06702a1 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -848,7 +848,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "async", NULL },
{ NULL, NULL},
},
- "disabled",
+ "sync",
},
#endif