Update SA emulators, fix exiting on pico-8
This commit is contained in:
parent
a40ce7b956
commit
7f543456db
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue