mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Applets/swkdb: Remove use of Memory::GetPointer
This commit is contained in:
		
							parent
							
								
									ca17df5757
								
							
						
					
					
						commit
						aa84cab4e9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -99,7 +99,7 @@ void SoftwareKeyboard::DrawScreenKeyboard() { | ||||||
|     auto info = bottom_screen->framebuffer_info[bottom_screen->index]; |     auto info = bottom_screen->framebuffer_info[bottom_screen->index]; | ||||||
| 
 | 
 | ||||||
|     // TODO(Subv): Draw the HLE keyboard, for now just zero-fill the framebuffer
 |     // 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); |     GSP_GPU::SetBufferSwap(1, info); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue