Skip to content

Commit

Permalink
dont ask
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Mar 15, 2022
1 parent 00a76e6 commit 05520ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/win/main_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ static DWORD WINAPI ThreadFunc(LPVOID lpParam)
AtResetCallback();
if (pauseAtFrame == 0 && VCR_isStartingAndJustRestarted())
{
emu_paused = 0;
emu_paused = TRUE;
while (emu_paused)
{
Sleep(10);
Expand Down

0 comments on commit 05520ce

Please sign in to comment.