diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 3155a5c190..fdcd423d7b 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -192,7 +192,7 @@ static void RemoveCachedContents() { } GMainWindow::GMainWindow() - : system{std::make_unique()}, + : ui{std::make_unique()}, system{std::make_unique()}, input_subsystem{std::make_shared()}, config{std::make_unique(*system)}, vfs{std::make_shared()},