mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-25 01:00:48 -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