mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 12:45:03 +01:00 
			
		
		
		
	
							parent
							
								
									fa913a702f
								
							
						
					
					
						commit
						fa9b7db76f
					
				@ -44,7 +44,7 @@ public:
 | 
			
		||||
 | 
			
		||||
    [[nodiscard]] unsigned Count() const noexcept {
 | 
			
		||||
        unsigned count = 0;
 | 
			
		||||
        for (const auto [index, value] : page_table) {
 | 
			
		||||
        for (const auto& [index, value] : page_table) {
 | 
			
		||||
            count += value;
 | 
			
		||||
        }
 | 
			
		||||
        return count;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user