mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-29 07:51:01 +00:00
Support stopping emulation while all threads are sleeping
This fixes #242
This commit is contained in:
@@ -14,6 +14,11 @@ class win_x64_gdb_stub_handler : public x64_gdb_stub_handler
|
||||
{
|
||||
}
|
||||
|
||||
void on_interrupt() override
|
||||
{
|
||||
this->win_emu_->stop();
|
||||
}
|
||||
|
||||
bool should_stop() override
|
||||
{
|
||||
return this->should_stop_();
|
||||
|
||||
Reference in New Issue
Block a user