mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	Merge pull request #2207 from wwylele/fix-2195
Fix format error from #2195
This commit is contained in:
		
						commit
						c96d143135
					
				| @ -224,7 +224,7 @@ static void WritePicaReg(u32 id, u32 value, u32 mask) { | ||||
|                 u8* texture_data = Memory::GetPhysicalPointer(texture.config.GetPhysicalAddress()); | ||||
|                 g_debug_context->recorder->MemoryAccessed( | ||||
|                     texture_data, Pica::Regs::NibblesPerPixel(texture.format) * | ||||
|                     texture.config.width / 2 * texture.config.height, | ||||
|                                       texture.config.width / 2 * texture.config.height, | ||||
|                     texture.config.GetPhysicalAddress()); | ||||
|             } | ||||
|         } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user