From 07134360aa7b80aac2445e4e161dc0240d422164 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 27 Feb 2024 14:41:25 -0500 Subject: [PATCH] Force disable global RA rewind on update for preset system --- functions/post_update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/post_update.sh b/functions/post_update.sh index 674ee58a..58e558bd 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -240,8 +240,10 @@ post_update() { # - Determine if Steam is installed via normal desktop application / Flatpak / SteamOS TODO # - Install RetroDECK controller profile in desired location TODO # - Change section name in retrodeck.cfg for ABXY button swap preset + # - Force disable global rewind in RA in prep for preset system sed -i 's^nintendo_button_layout^abxy_button_swap^' "$rd_conf" # This is a one-off sed statement as there are no functions for replacing section names - + set_setting_value "$raconf" "rewind_enable" "false" "retroarch" + # in 3.0 .emulationstation was moved into ES-DE mv -f /var/config/emulationstation /var/config/ES-DE mv -f /var/config/ES-DE/.emulationstation/* /var/config/ES-DE