Slightly speed up booting when there are symbols to load.

Also avoid an obscure hang I managed to trigger..
This commit is contained in:
Henrik Rydgård 2017-05-27 10:41:31 +02:00
parent 67d81f7899
commit 4443c060ce

View File

@ -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);