changed gpsp aain, now really working to get backup game_config.txt, speed up poweroff process (not yet fast enough though but way better)

This commit is contained in:
Vincent-FK 2020-10-28 00:15:29 +01:00
parent 5c4b7f5344
commit 884c3c0abd
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ notif_set 0 "^^^^^^^^ SHUTTING DOWN...^^^^^^^^"
sync
# Unmount Roms partition
umount /mnt
#umount /mnt
# Shutdown amp
start_audio_amp 0 >/dev/null 2>&1

View File

@ -4,7 +4,7 @@
#
################################################################################
GPSP_VERSION = b769f202bed9b312298f5943b8d8790efc9e099d
GPSP_VERSION = 98ea8da8b13ff84c6262be7701b69a3646b4f83f
GPSP_SITE_METHOD = git
GPSP_SITE = ssh://git@fk/FunKey-Project/FunKey-Emulator-GPSP
GPSP_LICENSE = GPL-2.0

View File

@ -13,7 +13,7 @@ notif_set 0 "^^^^^^^^ SHUTTING DOWN...^^^^^^^^"
sync
# Unmount Roms partition
umount /mnt
#umount /mnt
# Shutdown amp
start_audio_amp 0 >/dev/null 2>&1