diff options
author | Ameer J <52414509+ameerj@users.noreply.github.com> | 2023-10-29 02:26:22 +0100 |
---|---|---|
committer | Ameer J <52414509+ameerj@users.noreply.github.com> | 2023-10-29 02:26:22 +0100 |
commit | 9e4d606c4c6352fae244128c10403c18eea956f1 (patch) | |
tree | ded96b6cf81eaad27da0713e73cd115f9a2963bc | |
parent | Merge pull request #11880 from abouvier/unbundle-stb (diff) | |
download | yuzu-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.cpp | 1 |
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 } |