diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 3155a5c19..fdcd423d7 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -192,7 +192,7 @@ static void RemoveCachedContents() { | |||
| 192 | } | 192 | } |
| 193 | 193 | ||
| 194 | GMainWindow::GMainWindow() | 194 | GMainWindow::GMainWindow() |
| 195 | : system{std::make_unique<Core::System>()}, | 195 | : ui{std::make_unique<Ui::MainWindow>()}, system{std::make_unique<Core::System>()}, |
| 196 | input_subsystem{std::make_shared<InputCommon::InputSubsystem>()}, | 196 | input_subsystem{std::make_shared<InputCommon::InputSubsystem>()}, |
| 197 | config{std::make_unique<Config>(*system)}, | 197 | config{std::make_unique<Config>(*system)}, |
| 198 | vfs{std::make_shared<FileSys::RealVfsFilesystem>()}, | 198 | vfs{std::make_shared<FileSys::RealVfsFilesystem>()}, |