mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Change "yuzu starting..." to be logged with the new macro
Just as a proof that it works
This commit is contained in:
		
							parent
							
								
									3b558eebee
								
							
						
					
					
						commit
						47f96fe13a
					
				| @ -387,7 +387,7 @@ bool GMainWindow::LoadROM(const QString& filename) { | ||||
| } | ||||
| 
 | ||||
| void GMainWindow::BootGame(const QString& filename) { | ||||
|     LOG_INFO(Frontend, "yuzu starting..."); | ||||
|     NGLOG_INFO(Frontend, "yuzu starting..."); | ||||
|     StoreRecentFile(filename); // Put the filename on top of the list
 | ||||
| 
 | ||||
|     if (!LoadROM(filename)) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Lim Wee Soong
						Daniel Lim Wee Soong