mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Change to print program id as hex
This commit is contained in:
		
							parent
							
								
									978a169cc4
								
							
						
					
					
						commit
						5ddc440b48
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -766,7 +766,7 @@ void GMainWindow::OnGameListOpenFolder(u64 program_id, GameListOpenTarget target | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     NGLOG_INFO(Frontend, "Opening {} path for program_id={:016}", open_target, program_id); |     NGLOG_INFO(Frontend, "Opening {} path for program_id={:016x}", open_target, program_id); | ||||||
| 
 | 
 | ||||||
|     QDesktopServices::openUrl(QUrl::fromLocalFile(qpath)); |     QDesktopServices::openUrl(QUrl::fromLocalFile(qpath)); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue