mirror of
				https://github.com/yuzu-emu/yuzu-mainline.git
				synced 2025-11-04 00:45:09 +00:00 
			
		
		
		
	Texture Cache: Fix memory usage on ScaleDown.
This commit is contained in:
		
							parent
							
								
									9189aacfe2
								
							
						
					
					
						commit
						099b0b3167
					
				| 
						 | 
				
			
			@ -878,10 +878,6 @@ bool TextureCache<P>::ScaleDown(Image& image) {
 | 
			
		|||
    if (!rescaled) {
 | 
			
		||||
        return false;
 | 
			
		||||
    }
 | 
			
		||||
    const bool has_copy = image.HasScaled();
 | 
			
		||||
    if (!has_copy) {
 | 
			
		||||
        total_used_memory -= GetScaledImageSizeBytes(image);
 | 
			
		||||
    }
 | 
			
		||||
    InvalidateScale(image);
 | 
			
		||||
    return true;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue