mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
yuzu_cmd: Remove remaining static system instances
This commit is contained in:
parent
3de2a8ba2c
commit
dc5d30a9b4
1 changed files with 2 additions and 3 deletions
|
@ -146,9 +146,8 @@ int main(int argc, char** argv) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
Core::System::InitializeGlobalInstance();
|
Core::System system{};
|
||||||
auto& system{Core::System::GetInstance()};
|
InputCommon::InputSubsystem input_subsystem{};
|
||||||
InputCommon::InputSubsystem input_subsystem;
|
|
||||||
|
|
||||||
// Apply the command line arguments
|
// Apply the command line arguments
|
||||||
system.ApplySettings();
|
system.ApplySettings();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue