From cf5a05a7a49abfa1a1dcc0cdd7208548163d6f16 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Sat, 16 Oct 2021 03:25:18 +0200 Subject: [PATCH] early-access version 2140 --- README.md | 2 +- src/yuzu/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()},