[UI] Profiler shutdown goes before window shutdown
This commit is contained in:
@@ -232,10 +232,10 @@ int xenia_main(const std::vector<std::wstring>& args) {
|
|||||||
|
|
||||||
debug_window.reset();
|
debug_window.reset();
|
||||||
emulator.reset();
|
emulator.reset();
|
||||||
emulator_window.reset();
|
|
||||||
|
|
||||||
Profiler::Dump();
|
Profiler::Dump();
|
||||||
Profiler::Shutdown();
|
Profiler::Shutdown();
|
||||||
|
emulator_window.reset();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user