File tree Expand file tree Collapse file tree
packages/libretro/pcsx_rearmed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919# ###############################################################################
2020
2121PKG_NAME ="pcsx_rearmed"
22- PKG_VERSION ="7e3ce9a "
22+ PKG_VERSION ="46a38bd "
2323PKG_ARCH ="any"
2424PKG_LICENSE ="GPLv2"
2525PKG_SITE ="https://github.com/libretro/pcsx_rearmed"
@@ -48,9 +48,9 @@ make_target() {
4848 cd $PKG_BUILD
4949 if [ "$ARCH" = "aarch64" ]; then
5050 if [ "$DEVICE" = "Switch" ]; then
51- make -f Makefile.libretro platform=arm64 BUILTIN_GPU=unai DYNAREC=0
51+ make -f Makefile.libretro platform=arm64 BUILTIN_GPU=unai DYNAREC=ari64
5252 else
53- make -f Makefile.libretro platform=unix
53+ make -f Makefile.libretro platform=unix DYNAREC=ari64
5454 fi
5555 elif [[ "$TARGET_FPU" =~ "neon" ]]; then
5656 if [ "$DEVICE" = "OdroidGoAdvance" ]; then
@@ -62,7 +62,7 @@ make_target() {
6262 elif [ "$ARCH" = "arm" ]; then
6363 make -f Makefile.libretro HAVE_NEON=0 DYNAREC=ari64 ARCH=arm BUILTIN_GPU=unai
6464 else
65- make -f Makefile.libretro
65+ make -f Makefile.libretro DYNAREC=none
6666 fi
6767}
6868
You can’t perform that action at this time.
0 commit comments