mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Revert "POST_UPDATED: fixed SRM not adding the launcher profile"
This reverts commit 02ed2371e4
.
This commit is contained in:
parent
02ed2371e4
commit
41c0b73e12
|
@ -567,9 +567,8 @@ 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 "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" \
|
||||
TRUE "Dolphin - GameCube Controller" "The GameCube controller configuration needs to be reset to fix a trigger issue" \
|
||||
--separator=":" \
|
||||
--extra-button="Execute All" \
|
||||
--ok-label="Execute Selected Only" \
|
||||
|
@ -627,12 +626,6 @@ 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..."
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c2aad98600a47ab250f1b133328d0ccc1310f65e
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 35d4fce1b9959b8568838659ea7e8c239139d3c8
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f63cb3f5fff835c141769d35cd54ce0ae042fcbf
|
Loading…
Reference in a new issue