mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
561dcf8fd1
commit
ab8a8a61dc
1 changed files with 3 additions and 0 deletions
|
@ -590,6 +590,9 @@ void EmuScreen::render() {
|
|||
// set back to running for the next frame
|
||||
coreState = CORE_RUNNING;
|
||||
} else if (coreState == CORE_POWERDOWN) {
|
||||
if (PSP_IsInited()) {
|
||||
PSP_Shutdown();
|
||||
}
|
||||
ILOG("SELF-POWERDOWN!");
|
||||
screenManager()->switchScreen(new MainScreen());
|
||||
invalid_ = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue