One-off forced refresh of controller profiles in same version

This commit is contained in:
icenine451 2024-02-10 09:56:28 -05:00
parent 5ef5db4cd0
commit 5c22bf3216

View file

@ -189,6 +189,12 @@ if [[ $update_check == "true" ]]; then
fi
fi
# THIS IS A ONE-OFF FORCED REFRESH OF RETRODECK CONTROLLER PROFILES IN A 0.7.6b VERSION REFRESH - REMOVE BEFORE NEXT VERSION RELEASE
if [[ -f "$HOME/.steam/steam/controller_base/templates/RetroDECK_controller_config.vdf" ]]; then # If RetroDECK controller profile has been previously installed
install_retrodeck_controller_profile
fi
# REMOVE BEFORE NEXT VERSION RELEASE
# Normal Startup
start_retrodeck