mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
fbo_unbind should not be necessary when pausing anymore.
This commit is contained in:
parent
3281aa5bb6
commit
bab30279c2
1 changed files with 0 additions and 2 deletions
|
@ -201,7 +201,6 @@ void EmuScreen::onVKeyDown(int virtualKeyCode) {
|
|||
}
|
||||
break;
|
||||
case VIRTKEY_PAUSE:
|
||||
fbo_unbind();
|
||||
screenManager()->push(new PauseScreen());
|
||||
break;
|
||||
}
|
||||
|
@ -359,7 +358,6 @@ void EmuScreen::update(InputState &input) {
|
|||
|
||||
// This is still here to support the iOS on screen back button.
|
||||
if (input.pad_buttons_down & (PAD_BUTTON_BACK)) {
|
||||
fbo_unbind();
|
||||
screenManager()->push(new PauseScreen());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue