Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2383 from JustEnoughLinuxOS/dev
Browse files Browse the repository at this point in the history
Addendum to PR for release.
  • Loading branch information
fewtarius authored Nov 16, 2023
2 parents c369679 + d0e6b2b commit 0ab8771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/jelos/sources/scripts/factoryreset
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ case "${1}" in
rm -f /storage/.config/retroarch/retroarch.cfg
cp -rf /usr/config/retroarch/retroarch.cfg /storage/.config/retroarch/retroarch.cfg
;;
"mednafen")
rm -f /storage/.config/mednafen/mednafen.cfg
;;
"ALL")
systemctl stop ${UI_SERVICE}
cd /
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="6430bb1"
PKG_VERSION="29ba309cbd86450d95e03813ac988e44db6f7184"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"
Expand Down

0 comments on commit 0ab8771

Please sign in to comment.