mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	cpu_manager: Remove unused preemption_count variable
Shrinks the data structure by 8 bytes.
This commit is contained in:
		
							parent
							
								
									201514cb50
								
							
						
					
					
						commit
						51546ce57e
					
				@ -100,7 +100,6 @@ private:
 | 
			
		||||
    bool is_async_gpu{};
 | 
			
		||||
    bool is_multicore{};
 | 
			
		||||
    std::atomic<std::size_t> current_core{};
 | 
			
		||||
    std::size_t preemption_count{};
 | 
			
		||||
    std::size_t idle_count{};
 | 
			
		||||
    static constexpr std::size_t max_cycle_runs = 5;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user