From 54c04fa5990a69af0a634896f14757181b04461a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 13 Feb 2025 11:08:04 +0900 Subject: [PATCH] CHORE: comments --- functions/global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/global.sh b/functions/global.sh index 8f555603..b3f82c5c 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -238,6 +238,6 @@ logs_folder="$rdhome/logs" # The path of the logs folder, here we steamsync_folder="$rdhome/.sync" # Folder containing all the steam sync launchers for SRM steamsync_folder_tmp="$rdhome/.sync-tmp" # Temp folder containing all the steam sync launchers for SRM cheats_folder="$rdhome/cheats" # Folder containing all the cheats for the emulators -backups_folder="$rdhome/backups" # Folder containing all the RetroDECK backups +backups_folder="$rdhome/backups" # Folder containing all the RetroDECK backups export GLOBAL_SOURCED=true \ No newline at end of file