mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Start removing bad coreState checks
This commit is contained in:
@@ -316,10 +316,7 @@ void MainThreadFunc() {
|
||||
|
||||
DEBUG_LOG(Log::Boot, "Done.");
|
||||
|
||||
if (coreState == CORE_POWERDOWN) {
|
||||
INFO_LOG(Log::Boot, "Exit before core loop.");
|
||||
goto shutdown;
|
||||
}
|
||||
_dbg_assert_(coreState != CORE_POWERDOWN);
|
||||
|
||||
g_inLoop = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user