Merge pull request #2222 from fewtarius/dev

PCSX Rearmed update
This commit is contained in:
fewtarius 2023-10-19 08:03:53 -04:00 committed by GitHub
commit f99a62a9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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