canvi de pc

This commit is contained in:
2025-07-30 14:03:44 +02:00
parent 12ec55308e
commit dbecd9a22b
10 changed files with 189 additions and 276 deletions

View File

@@ -131,7 +131,7 @@ void Credits::checkInput() {
if (!ServiceMenu::get()->isEnabled()) {
// Comprueba si se ha pulsado cualquier botón (de los usados para jugar)
if (Input::get()->checkAnyButton(Input::ALLOW_REPEAT) != 0) {
if (Input::get()->checkAnyButton(Input::ALLOW_REPEAT)) {
want_to_pass_ = true;
fading_ = mini_logo_on_position_;
} else {