Display emulation status

This commit is contained in:
momo5502
2025-07-11 13:40:11 +02:00
parent f00aac744f
commit 0794c1038b
13 changed files with 372 additions and 20 deletions

View File

@@ -141,7 +141,7 @@ namespace
std::optional<NTSTATUS> exit_status{};
#ifdef OS_EMSCRIPTEN
const auto _1 = utils::finally([&] {
debugger::handle_exit(exit_status); //
debugger::handle_exit(win_emu, exit_status); //
});
#endif