diff --git a/functions/post_update.sh b/functions/post_update.sh index 5f0fc28a..54b73057 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -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..." diff --git a/rd-submodules/retroarch b/rd-submodules/retroarch new file mode 160000 index 00000000..c2aad986 --- /dev/null +++ b/rd-submodules/retroarch @@ -0,0 +1 @@ +Subproject commit c2aad98600a47ab250f1b133328d0ccc1310f65e diff --git a/rd-submodules/ryujinx b/rd-submodules/ryujinx new file mode 160000 index 00000000..35d4fce1 --- /dev/null +++ b/rd-submodules/ryujinx @@ -0,0 +1 @@ +Subproject commit 35d4fce1b9959b8568838659ea7e8c239139d3c8 diff --git a/rd-submodules/shared-modules b/rd-submodules/shared-modules new file mode 160000 index 00000000..f63cb3f5 --- /dev/null +++ b/rd-submodules/shared-modules @@ -0,0 +1 @@ +Subproject commit f63cb3f5fff835c141769d35cd54ce0ae042fcbf