early-access version 2140

main
pineappleEA 2021-10-16 03:25:18 +02:00
parent 2545e9f3e9
commit cf5a05a7a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 2139. This is the source code for early-access 2140.
## Legal Notice ## Legal Notice

View File

@ -198,7 +198,7 @@ static void RemoveCachedContents() {
} }
GMainWindow::GMainWindow() 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>()}, input_subsystem{std::make_shared<InputCommon::InputSubsystem>()},
config{std::make_unique<Config>(*system)}, config{std::make_unique<Config>(*system)},
vfs{std::make_shared<FileSys::RealVfsFilesystem>()}, vfs{std::make_shared<FileSys::RealVfsFilesystem>()},