mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	oops re open
This commit is contained in:
		
							parent
							
								
									95ceae40e6
								
							
						
					
					
						commit
						408a9cd50d
					
				| @ -598,6 +598,10 @@ void TextureCache<P>::UnmapGPUMemory(size_t as_id, GPUVAddr gpu_addr, size_t siz | ||||
|                             [&](ImageId id, Image&) { deleted_images.push_back(id); }); | ||||
|     for (const ImageId id : deleted_images) { | ||||
|         Image& image = slot_images[id]; | ||||
|         if (True(image.flags & ImageFlagBits::CpuModified)) { | ||||
|             continue; | ||||
|         } | ||||
|         image.flags |= ImageFlagBits::CpuModified; | ||||
|         if (True(image.flags & ImageFlagBits::Remapped)) { | ||||
|             continue; | ||||
|         } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user