update yabasanshiro SA to 1.9.0 + perf patch
This commit is contained in:
parent
f4f80a3ca0
commit
9e232f0d75
2 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME="yabasanshiroSA"
|
||||
PKG_VERSION="f6f41dd6485c638ab661f3acd2951c9522f34450"
|
||||
PKG_VERSION="c7618d2ecbf77b1e8188fa8af4fa1cfb34833a72"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/devmiyax/yabause"
|
||||
|
@ -8,7 +8,7 @@ PKG_DEPENDS_TARGET="toolchain SDL2 boost openal-soft ${OPENGLES} zlib"
|
|||
PKG_LONGDESC="Yabause is a Sega Saturn emulator and took over as Yaba Sanshiro"
|
||||
PKG_TOOLCHAIN="cmake-make"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
PKG_GIT_CLONE_BRANCH="pi4"
|
||||
PKG_GIT_CLONE_BRANCH="pi4-1-9-0"
|
||||
PKG_BUILD_FLAGS="+speed"
|
||||
PKG_PATCH_DIRS+="${DEVICE}"
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- a/yabause/src/retro_arena/main.cpp
|
||||
+++ b/yabause/src/retro_arena/main.cpp
|
||||
@@ -265,7 +265,7 @@ int yabauseinit()
|
||||
|
||||
yinit.use_cpu_affinity = 1;
|
||||
|
||||
- yinit.use_sh2_cache = 1;
|
||||
+ yinit.use_sh2_cache = 0;
|
||||
|
||||
res = YabauseInit(&yinit);
|
||||
if( res == -1) {
|
Loading…
Reference in a new issue