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:
parent
5c4b7f5344
commit
884c3c0abd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue