mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	Merge pull request #7190 from Morph1984/missing-ui-main
main: Add missing make_unique for ui
This commit is contained in:
		
						commit
						8b996015a8
					
				| @ -192,7 +192,7 @@ static void RemoveCachedContents() { | ||||
| } | ||||
| 
 | ||||
| GMainWindow::GMainWindow() | ||||
|     : system{std::make_unique<Core::System>()}, | ||||
|     : ui{std::make_unique<Ui::MainWindow>()}, system{std::make_unique<Core::System>()}, | ||||
|       input_subsystem{std::make_shared<InputCommon::InputSubsystem>()}, | ||||
|       config{std::make_unique<Config>(*system)}, | ||||
|       vfs{std::make_shared<FileSys::RealVfsFilesystem>()}, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user