mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove legacy pad_buttons check.
BACK will already leave the dialog.
This commit is contained in:
parent
b0bd7e3c6f
commit
549169ad7f
1 changed files with 0 additions and 3 deletions
|
@ -553,9 +553,6 @@ UI::EventReturn CreditsScreen::OnOK(UI::EventParams &e) {
|
||||||
void CreditsScreen::update(InputState &input_state) {
|
void CreditsScreen::update(InputState &input_state) {
|
||||||
UIScreen::update(input_state);
|
UIScreen::update(input_state);
|
||||||
UpdateUIState(UISTATE_MENU);
|
UpdateUIState(UISTATE_MENU);
|
||||||
if (input_state.pad_buttons_down & PAD_BUTTON_BACK) {
|
|
||||||
screenManager()->finishDialog(this, DR_OK);
|
|
||||||
}
|
|
||||||
frames_++;
|
frames_++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue