diff --git a/README.md b/README.md index 1f3db0567..835d7af65 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2139. +This is the source code for early-access 2140. ## Legal Notice diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 43c6a79ea..f076c4735 100755 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -198,7 +198,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()},