Clarify comments

This commit is contained in:
the Sane. 2024-08-17 09:36:03 -04:00 committed by GitHub
parent 8fc54f1fea
commit 4fc8781abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -691,9 +691,9 @@ getdirs() {
fi fi
# The location within the USER directory to which the game exports keybinds # The location within the USER directory to which the game exports keybinds
keybinds_dir="$user_dir/Controls/Mappings" keybinds_dir="$user_dir/Controls/Mappings"
# Shaders # Shaders directory
shaders_dir="$wine_prefix/$appdata_path" shaders_dir="$wine_prefix/$appdata_path"
# Custom characters # Custom characters directory
custom_characters_dir="$user_dir/CustomCharacters" custom_characters_dir="$user_dir/CustomCharacters"
# dxvk cache file # dxvk cache file
dxvk_cache="$game_path/$game_version/StarCitizen.dxvk-cache" dxvk_cache="$game_path/$game_version/StarCitizen.dxvk-cache"