early-access version 2140
This commit is contained in:
parent
2545e9f3e9
commit
cf5a05a7a4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ static void RemoveCachedContents() {
|
|||
}
|
||||
|
||||
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>()},
|
||||
config{std::make_unique<Config>(*system)},
|
||||
vfs{std::make_shared<FileSys::RealVfsFilesystem>()},
|
||||
|
|
Loading…
Reference in a new issue