Fix backwards compatibility with old shaders directories

This commit is contained in:
the Sane. 2024-08-15 19:52:53 -04:00 committed by GitHub
parent 57f4950764
commit 57732f3d45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,6 +145,7 @@ appdata_path="drive_c/users/$USER/AppData/Local/Star Citizen"
# The shaders subdirectory name
shaders_subdirs=(
"shaders"
"Shaders"
"VulkanShaderCache"
)