Skip to content

Commit 90c6719

Browse files
committed
pcsx_rearmed: update core + build correct dynarec
1 parent 035d9e4 commit 90c6719

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/libretro/pcsx_rearmed/package.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
################################################################################
2020

2121
PKG_NAME="pcsx_rearmed"
22-
PKG_VERSION="7e3ce9a"
22+
PKG_VERSION="46a38bd"
2323
PKG_ARCH="any"
2424
PKG_LICENSE="GPLv2"
2525
PKG_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

0 commit comments

Comments
 (0)