summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmeer J <52414509+ameerj@users.noreply.github.com>2023-10-29 02:26:22 +0100
committerAmeer J <52414509+ameerj@users.noreply.github.com>2023-10-29 02:26:22 +0100
commit9e4d606c4c6352fae244128c10403c18eea956f1 (patch)
treeded96b6cf81eaad27da0713e73cd115f9a2963bc
parentMerge pull request #11880 from abouvier/unbundle-stb (diff)
downloadyuzu-9e4d606c4c6352fae244128c10403c18eea956f1.tar
yuzu-9e4d606c4c6352fae244128c10403c18eea956f1.tar.gz
yuzu-9e4d606c4c6352fae244128c10403c18eea956f1.tar.bz2
yuzu-9e4d606c4c6352fae244128c10403c18eea956f1.tar.lz
yuzu-9e4d606c4c6352fae244128c10403c18eea956f1.tar.xz
yuzu-9e4d606c4c6352fae244128c10403c18eea956f1.tar.zst
yuzu-9e4d606c4c6352fae244128c10403c18eea956f1.zip
-rw-r--r--src/common/nvidia_flags.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/nvidia_flags.cpp b/src/common/nvidia_flags.cpp
index 7ed7690ee..fa3747782 100644
--- a/src/common/nvidia_flags.cpp
+++ b/src/common/nvidia_flags.cpp
@@ -25,6 +25,7 @@ void ConfigureNvidiaEnvironmentFlags() {
void(_putenv(fmt::format("__GL_SHADER_DISK_CACHE_PATH={}", windows_path_string).c_str()));
void(_putenv("__GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1"));
+ void(_putenv("__GL_THREADED_OPTIMIZATIONS=1"));
#endif
}