[APP] Flush log & save config on quick exit

This commit is contained in:
Adrian
2026-05-14 19:16:46 +01:00
committed by Radosław Gliński
parent 4c396fe611
commit a261b83def
5 changed files with 28 additions and 1 deletions

View File

@@ -574,6 +574,9 @@ void EmulatorApp::OnDestroy() {
// TODO(DrChat): Remove this code and do a proper exit.
XELOGI("Cheap-skate exit!");
xe::FlushLog();
std::quick_exit(EXIT_SUCCESS);
}