Update SA emulators, fix exiting on pico-8

This commit is contained in:
mason 2023-07-25 20:59:53 +00:00
parent a40ce7b956
commit 7f543456db
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ case ${DEVICE} in
PKG_CMAKE_OPTS_TARGET+=" -DUSE_DRMKMS=ON -DENABLE_EGL=ON -DUSE_MALI=OFF"
;;
*)
PKG_VERSION="af5f1c711c80f0d34dacdbf801ba9d642c4f6932"
PKG_VERSION="2e8b6370cf6b257949acb6e06f6259d0756a22c9"
PKG_PATCH_DIRS+=" wayland"
;;
esac

View file

@ -25,14 +25,14 @@ cp -f /usr/config/SDL-GameControllerDB/gamecontrollerdb.txt /storage/roms/pico-8
if [ -e "/storage/roms/pico-8/${STATIC_BIN}" ]
then
jslisten set "${STATIC_BIN}"
jslisten set "-9 ${STATIC_BIN}"
/storage/roms/pico-8/${STATIC_BIN} -home -root_path /storage/roms/pico-8 -joystick 0 ${OPTIONS} "${CART}"
exit
fi
if [ -e "/storage/roms/pico-8/pico8_dyn" ] || [ ! "$?" = 0 ]
then
jslisten set "pico8_dyn"
jslisten set "-9 pico8_dyn"
/storage/roms/pico-8/pico8_dyn -home -root_path /storage/roms/pico-8 -joystick 0 ${OPTIONS} "${CART}"
exit
else

View file

@ -2,7 +2,7 @@
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
PKG_NAME="xemu-sa"
PKG_VERSION="v0.7.99"
PKG_VERSION="v0.7.104"
PKG_ARCH="x86_64"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/xemu-project/xemu"

View file

@ -2,7 +2,7 @@
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
PKG_NAME="yuzu-sa"
PKG_VERSION="3fded314f22554c867a283ca3b5c79069d96fe0d"
PKG_VERSION="474262774417765c3fb26f13bd27fcd49e54218c"
PKG_ARCH="x86_64"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/yuzu-emu/yuzu"