mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-10-31 07:32:46 +00:00 
			
		
		
		
	Gamelist: supply default settings for QSettings config
This commit is contained in:
		
							parent
							
								
									748856ed9e
								
							
						
					
					
						commit
						e516a5bc96
					
				| @ -208,7 +208,7 @@ GMainWindow::GMainWindow() : emu_thread(nullptr) | |||||||
| 
 | 
 | ||||||
|     show(); |     show(); | ||||||
| 
 | 
 | ||||||
|     game_list->PopulateAsync(settings.value("gameListRootDir").toString(), settings.value("gameListDeepScan").toBool()); |     game_list->PopulateAsync(settings.value("gameListRootDir", "").toString(), settings.value("gameListDeepScan", false).toBool()); | ||||||
| 
 | 
 | ||||||
|     QStringList args = QApplication::arguments(); |     QStringList args = QApplication::arguments(); | ||||||
|     if (args.length() >= 2) { |     if (args.length() >= 2) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 archshift
						archshift