mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-27 03:35:14 +00:00
Remove legacy pad_buttons check.
BACK will already leave the dialog.
This commit is contained in:
parent
b0bd7e3c6f
commit
549169ad7f
@ -553,9 +553,6 @@ UI::EventReturn CreditsScreen::OnOK(UI::EventParams &e) {
|
||||
void CreditsScreen::update(InputState &input_state) {
|
||||
UIScreen::update(input_state);
|
||||
UpdateUIState(UISTATE_MENU);
|
||||
if (input_state.pad_buttons_down & PAD_BUTTON_BACK) {
|
||||
screenManager()->finishDialog(this, DR_OK);
|
||||
}
|
||||
frames_++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user