Skip to content

Commit

Permalink
Slightly speed up booting when there are symbols to load.
Browse files Browse the repository at this point in the history
Also avoid an obscure hang I managed to trigger..
  • Loading branch information
hrydgard committed May 27, 2017
1 parent 67d81f7 commit 4443c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/WindowsHost.cpp
Expand Up @@ -237,7 +237,7 @@ void WindowsHost::PollControllers() {

void WindowsHost::BootDone() {
g_symbolMap->SortSymbols();
SendMessage(mainWindow_, WM_USER + 1, 0, 0);
PostMessage(mainWindow_, WM_USER + 1, 0, 0);

SetDebugMode(!g_Config.bAutoRun);
Core_EnableStepping(!g_Config.bAutoRun);
Expand Down

0 comments on commit 4443c06

Please sign in to comment.