Skip to content

Commit

Permalink
Make sure to setup the thread even if switching to the same
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Oct 21, 2024
1 parent 5f56216 commit 88c4a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows-emulator/windows_emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ namespace

if (active_thread == &thread)
{
thread.setup_if_necessary(emu, context);
return true;
}

Expand Down

0 comments on commit 88c4a32

Please sign in to comment.