mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
One-off forced refresh of controller profiles in same version
This commit is contained in:
parent
5ef5db4cd0
commit
5c22bf3216
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue