afegit comptador de frames per segon

This commit is contained in:
2025-03-17 14:10:07 +01:00
parent a43967c279
commit 0de6117ca0
5 changed files with 79 additions and 1 deletions

View File

@@ -114,5 +114,10 @@ namespace globalInputs
Screen::get()->setVideoMode(options.video.mode);
Notifier::get()->show({"INTEGER SCALE " + std::string(options.video.integer_scale ? "ENABLED" : "DISABLED")}, NotificationText::CENTER);
}
else if (Input::get()->checkInput(InputAction::SHOW_DEBUG_INFO, INPUT_DO_NOT_ALLOW_REPEAT))
{
Screen::get()->toggleDebugInfo();
}
}
}