mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Make sure to setup the thread even if switching to the same
This commit is contained in:
@@ -428,6 +428,7 @@ namespace
|
||||
|
||||
if (active_thread == &thread)
|
||||
{
|
||||
thread.setup_if_necessary(emu, context);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user