Merge branch 'cooker' of https://github.com/RetroDECK/RetroDECK into cooker

This commit is contained in:
XargonWan 2025-02-19 14:34:49 +09:00
commit 0b87a24019

View file

@ -567,8 +567,9 @@ post_update() {
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
--text="The following components have been updated and need to be reset or fixed to ensure compatibility with the new version: select the components you want to reset.\n\nNot resetting them may cause serious issues with your installation.\nYou can also reset them manually later via Configurator -> Troubleshooting -> Reset Component.\n\nNote: Your games, saves, game collections and scraped data will not be affected." \
--column="Select" --column="Component" --column="Description" --width="1100" --height="700" \
TRUE "RetroArch" "Needs to be reset to fix the borders issue on some sytems such as psx" \
TRUE "Dolphin - GameCube Controller" "The GameCube controller configuration needs to be reset to fix a trigger issue" \
TRUE "RetroArch" "Needs to be reset to fix the borders issue on some sytems such as psx" \
TRUE "Steam ROM Manager" "Needs to add the \"Add RetroDECk to Steam\" functionality" \
--separator=":" \
--extra-button="Execute All" \
--ok-label="Execute Selected Only" \
@ -626,6 +627,12 @@ post_update() {
cp -f "$config/dolphin/GCPadNew.ini" "$dolphingcpadconf" && log i "Done"
fi
# Steam ROM Manager - Add to Steam fix
if [[ "$execute_all" == "true" || " ${selected_choices[@]} " =~ " Steam ROM Manager " ]]; then
log i "User agreed to reset Steam ROM Manager - Add to Steam fix"
prepare_component reset steam-rom-manager
fi
# --- ALWAYS EXECUTED IN 0.9.1b ---
log i "Preparing the shaders folder for MAME..."