Skip to content

Commit

Permalink
Merge pull request #113 from r3claimer/dev
Browse files Browse the repository at this point in the history
Add Standalone emu option to reset menu
  • Loading branch information
r3claimer authored Apr 15, 2024
2 parents 69f32a1 + a90242b commit 2ba4096
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions packages/rocknix/sources/scripts/factoryreset
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,40 @@ case "${1}" in
"mednafen")
rm -f /storage/.config/mednafen/mednafen.cfg
;;
"standalone")
rm -rf /storage/.config/aethersx2
cp -rf /usr/config/aethersx2 /storage/.config/

rm -rf /storage/.config/amiberry
cp -rf /usr/config/amiberry /storage/.config/

rm -rf /storage/.config/dolphin-emu
cp -rf /usr/config/dolphin-emu /storage/.config/

rm -rf /storage/.config/drastic
cp -rf /usr/config/drastic /storage/.config/

rm -rf /storage/.config/duckstation
cp -rf /usr/config/duckstation /storage/.config/

rm -rf /storage/.config/flycast
cp -rf /usr/config/flycast /storage/.config/

rm -rf /storage/.config/gzdoom
cp -rf /usr/config/gzdoom /storage/.config/

rm -rf /storage/.config/hatari
cp -rf /usr/config/hatari /storage/.config/

rm -rf /storage/.config/melonDS
cp -rf /usr/config/melonDS /storage/.config/

rm -rf /storage/.config/openbor
cp -rf /usr/config/openbor /storage/.config/

rm -rf /storage/.config/ppsspp
cp -rf /usr/config/ppsspp /storage/.config/
;;
"overlays")
rm -rf $(cat /usr/lib/systemd/system/tmp-*.mount | grep -Eo 'upperdir=.*,' | sed -e 's~upperdir=~~g; s~,~~g')
sync
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/emulationstation/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)

PKG_NAME="emulationstation"
PKG_VERSION="3aa7268c043e4c2c9b65fd4d10ce4f734b267368"
PKG_VERSION="bc96b151c43f5b2604bb46f9273cbff9311c2aeb"
PKG_GIT_CLONE_BRANCH="main"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/ROCKNIX/emulationstation"
Expand Down

0 comments on commit 2ba4096

Please sign in to comment.