This commit is contained in:
DanielSvoboda 2024-10-09 00:53:05 -03:00
parent dd0b4ca6af
commit 7af54db2f0

View File

@ -240,7 +240,9 @@ void Emulator::Run(const std::filesystem::path& file) {
window->waitEvent(); window->waitEvent();
} }
#ifdef ENABLE_QT_GUI
UpdatePlayTime(id); UpdatePlayTime(id);
#endif
std::exit(0); std::exit(0);
} }