Make sure to setup the thread even if switching to the same

This commit is contained in:
momo5502
2024-10-21 15:50:02 +02:00
parent 5f56216d3a
commit 88c4a3285e

View File

@@ -428,6 +428,7 @@ namespace
if (active_thread == &thread)
{
thread.setup_if_necessary(emu, context);
return true;
}