mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Cleanup a lot of the bootup state management.
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ bool Init() {
|
||||
}
|
||||
|
||||
void Reinit() {
|
||||
_assert_msg_(PSP_IsInited(), "Cannot reinit during startup/shutdown");
|
||||
_assert_msg_(PSP_GetBootState() == BootState::Complete, "Cannot reinit during startup/shutdown");
|
||||
Core_NotifyLifecycle(CoreLifecycle::MEMORY_REINITING);
|
||||
Shutdown();
|
||||
Init();
|
||||
|
||||
Reference in New Issue
Block a user