From 63cfcd712e15d787e93f5cd80f5340d6824f4fd3 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 13 Feb 2024 16:14:52 +0100 Subject: [PATCH] CONTROLLER PROFILE: TODO comment [skip ci] --- functions/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/functions.sh b/functions/functions.sh index 740b54fc..98768855 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -499,6 +499,7 @@ install_retrodeck_controller_profile() { if [[ -d "$HOME/.steam/steam/tenfoot/resource/images/library/controller/binding_icons/" && -d "$HOME/.steam/steam/controller_base/templates/" ]]; then rsync -rlD --mkpath "/app/retrodeck/binding_icons/" "$HOME/.steam/steam/tenfoot/resource/images/library/controller/binding_icons/" rsync -rlD --mkpath "$emuconfigs/defaults/retrodeck/controller_configs/" "$HOME/.steam/steam/controller_base/templates/" + # TODO: delete older files Issue#672 else configurator_generic_dialog "RetroDECK Controller Profile Install" "The target directories for the controller profile do not exist.\n\nThis may happen if you do not have Steam installed or the location is does not have permission to be read." fi