mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	Drop max workers from 8->2 for testing
This commit is contained in:
		
							parent
							
								
									85d7a8f466
								
							
						
					
					
						commit
						2ba195aa0d
					
				@ -166,7 +166,7 @@ RasterizerOpenGL::RasterizerOpenGL(Core::System& system, Core::Frontend::EmuWind
 | 
			
		||||
 | 
			
		||||
    if (device.UseAsynchronousShaders()) {
 | 
			
		||||
        // Max worker threads we should allow
 | 
			
		||||
        constexpr auto MAX_THREADS = 8u;
 | 
			
		||||
        constexpr auto MAX_THREADS = 2u;
 | 
			
		||||
        // Amount of threads we should reserve for other parts of yuzu
 | 
			
		||||
        constexpr auto RESERVED_THREADS = 6u;
 | 
			
		||||
        // Get the amount of threads we can use(this can return zero)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user