mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	Merge pull request #11904 from ameerj/gl_threaded_opts_on
nvidia_flags: Enable GL Threaded optimizations
This commit is contained in:
		
						commit
						29955de767
					
				@ -25,6 +25,7 @@ void ConfigureNvidiaEnvironmentFlags() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    void(_putenv(fmt::format("__GL_SHADER_DISK_CACHE_PATH={}", windows_path_string).c_str()));
 | 
					    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_SHADER_DISK_CACHE_SKIP_CLEANUP=1"));
 | 
				
			||||||
 | 
					    void(_putenv("__GL_THREADED_OPTIMIZATIONS=1"));
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user