mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
POST_UPDATED: fixed SRM not adding the launcher profile
This commit is contained in:
parent
2f25b65315
commit
02ed2371e4
|
@ -567,8 +567,9 @@ post_update() {
|
||||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
--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." \
|
--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" \
|
--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 "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=":" \
|
--separator=":" \
|
||||||
--extra-button="Execute All" \
|
--extra-button="Execute All" \
|
||||||
--ok-label="Execute Selected Only" \
|
--ok-label="Execute Selected Only" \
|
||||||
|
@ -626,6 +627,12 @@ post_update() {
|
||||||
cp -f "$config/dolphin/GCPadNew.ini" "$dolphingcpadconf" && log i "Done"
|
cp -f "$config/dolphin/GCPadNew.ini" "$dolphingcpadconf" && log i "Done"
|
||||||
fi
|
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 ---
|
# --- ALWAYS EXECUTED IN 0.9.1b ---
|
||||||
|
|
||||||
log i "Preparing the shaders folder for MAME..."
|
log i "Preparing the shaders folder for MAME..."
|
||||||
|
|
1
rd-submodules/retroarch
Submodule
1
rd-submodules/retroarch
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c2aad98600a47ab250f1b133328d0ccc1310f65e
|
1
rd-submodules/ryujinx
Submodule
1
rd-submodules/ryujinx
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 35d4fce1b9959b8568838659ea7e8c239139d3c8
|
1
rd-submodules/shared-modules
Submodule
1
rd-submodules/shared-modules
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f63cb3f5fff835c141769d35cd54ce0ae042fcbf
|
Loading…
Reference in a new issue