mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	Applets/swkdb: Remove use of Memory::GetPointer
This commit is contained in:
		| @@ -99,7 +99,7 @@ void SoftwareKeyboard::DrawScreenKeyboard() { | ||||
|     auto info = bottom_screen->framebuffer_info[bottom_screen->index]; | ||||
|  | ||||
|     // TODO(Subv): Draw the HLE keyboard, for now just zero-fill the framebuffer | ||||
|     memset(Memory::GetPointer(info.address_left), 0, info.stride * 320); | ||||
|     Memory::ZeroBlock(info.address_left, info.stride * 320); | ||||
|  | ||||
|     GSP_GPU::SetBufferSwap(1, info); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MerryMage
					MerryMage