mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Fix an ordering issue causing us to hit some asserts
This commit is contained in:
parent
7b07a1385a
commit
e10b53def3
@ -1413,9 +1413,11 @@ void EmuScreen::render() {
|
||||
break;
|
||||
}
|
||||
|
||||
PSP_EndHostFrame();
|
||||
|
||||
// This must happen after PSP_EndHostFrame so that things like push buffers are end-frame'd before we start destroying stuff.
|
||||
checkPowerDown();
|
||||
|
||||
PSP_EndHostFrame();
|
||||
if (invalid_)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user