Quick hack to prevent Xenia from crashing on exit.
This commit is contained in:
parent
11f8da9092
commit
7ae5795cb8
|
@ -179,6 +179,8 @@ int xenia_main(const std::vector<std::wstring>& args) {
|
||||||
exiting = true;
|
exiting = true;
|
||||||
evt->Set();
|
evt->Set();
|
||||||
|
|
||||||
|
// TODO(DrChat): Remove this code and do a proper exit.
|
||||||
|
Profiler::Shutdown();
|
||||||
XELOGI("Cheap-skate exit!");
|
XELOGI("Cheap-skate exit!");
|
||||||
exit(0);
|
exit(0);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue