mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Windows: Avoid segfault if memory except on boot.
This commit is contained in:
@@ -263,6 +263,9 @@ void MainThreadFunc() {
|
||||
if (!Core_IsActive())
|
||||
UpdateUIState(UISTATE_MENU);
|
||||
Core_Run(g_graphicsContext);
|
||||
if (coreState == CORE_BOOT_ERROR) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
Core_Stop();
|
||||
|
||||
Reference in New Issue
Block a user