mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 23:11:02 +00:00
Get rid of thread blocker
This commit is contained in:
@@ -686,18 +686,6 @@ bool emulator_thread::is_thread_ready(windows_emulator& win_emu)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this->thread_blocker)
|
||||
{
|
||||
const auto res = this->thread_blocker(win_emu, *this);
|
||||
if (res)
|
||||
{
|
||||
this->thread_blocker = {};
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this->waiting_for_alert)
|
||||
{
|
||||
if (this->alerted)
|
||||
|
||||
Reference in New Issue
Block a user