RSP: When command window is entered, always step commands

This commit is contained in:
zilmar 2023-07-06 20:56:00 +09:30
parent 115881524b
commit 353ef5ed89
1 changed files with 1 additions and 1 deletions

View File

@ -66,9 +66,9 @@ void Create_RSP_Commands_Window(int Child)
}
else
{
Stepping_Commands = true;
if (!InRSPCommandsWindow)
{
Stepping_Commands = true;
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)Create_RSP_Commands_Window,
(LPVOID)true, 0, &ThreadID);
}