mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-05 05:00:53 -04:00
Core: Avoid (Some) Global System Accessor
This commit is contained in:
@@ -316,9 +316,9 @@ int main(int argc, char* argv[])
|
||||
#endif
|
||||
|
||||
s_platform->MainLoop();
|
||||
Core::Stop();
|
||||
Core::Stop(Core::System::GetInstance());
|
||||
|
||||
Core::Shutdown();
|
||||
Core::Shutdown(Core::System::GetInstance());
|
||||
s_platform.reset();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user