mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	removed log message from hw_lcd
This commit is contained in:
		
							parent
							
								
									aae52e3f8f
								
							
						
					
					
						commit
						6f7fd741db
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -47,7 +47,6 @@ void Update() { | |||
| 
 | ||||
|     if ((current_ticks - g_last_ticks) >= kFrameTicks) { | ||||
|         g_last_ticks = current_ticks; | ||||
|         NOTICE_LOG(LCD, "Update frame"); | ||||
|         VideoCore::g_renderer->SwapBuffers(); | ||||
|     } | ||||
| } | ||||
|  | @ -55,7 +54,6 @@ void Update() { | |||
| /// Initialize hardware
 | ||||
| void Init() { | ||||
|     g_last_ticks = Core::g_app_core->GetTicks(); | ||||
| 
 | ||||
|     NOTICE_LOG(LCD, "LCD initialized OK"); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue