mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
EmuScreen: Move checkPowerdown outside of blockedExecution check.
This commit is contained in:
parent
0316868b62
commit
36d26613d3
@ -1551,11 +1551,11 @@ void EmuScreen::render() {
|
||||
}
|
||||
|
||||
PSP_EndHostFrame();
|
||||
|
||||
// This must happen after PSP_EndHostFrame so that things like push buffers are end-frame'd before we start destroying stuff.
|
||||
checkPowerDown();
|
||||
}
|
||||
|
||||
// This must happen after PSP_EndHostFrame so that things like push buffers are end-frame'd before we start destroying stuff.
|
||||
checkPowerDown();
|
||||
|
||||
if (invalid_)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user