mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Slightly speed up booting when there are symbols to load.
Also avoid an obscure hang I managed to trigger..
This commit is contained in:
parent
67d81f7899
commit
4443c060ce
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user