mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 17:15:41 +00:00
commit
9ded4bd6a6
|
@ -9,13 +9,13 @@ zenity --question \
|
||||||
|
|
||||||
if [ $? == 0 ] #yes, enable
|
if [ $? == 0 ] #yes, enable
|
||||||
then
|
then
|
||||||
sed -i 's%rewind_enable = .*%rewind_enable = "true"' $racfg
|
sed -i 's%rewind_enable = .*%rewind_enable = "true"%' $racfg
|
||||||
zenity --info \
|
zenity --info \
|
||||||
--no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
--no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||||
--title "RetroDECK" \
|
--title "RetroDECK" \
|
||||||
--text="Rewind enabled\!\nYou can check on Libretro docs to see which cores supports this function."
|
--text="Rewind enabled\!\nYou can check on Libretro docs to see which cores supports this function."
|
||||||
else # no, disable
|
else # no, disable
|
||||||
sed -i 's%rewind_enable = .*%rewind_enable = "false"' $racfg
|
sed -i 's%rewind_enable = .*%rewind_enable = "false"%' $racfg
|
||||||
zenity --info \
|
zenity --info \
|
||||||
--no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
--no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||||
--title "RetroDECK" \
|
--title "RetroDECK" \
|
||||||
|
|
Loading…
Reference in a new issue