disable Play_RenderFPS

This commit is contained in:
Sonic Dreamcaster 2024-11-23 19:52:43 -03:00
parent 38b68da796
commit 41e61c704e

View File

@ -23,6 +23,7 @@ static void CalculateFrameTimeFromOSTime(OSTime diff) {
}
static void Play_RenderFps(void) {
return;
// Toggle rendering framerate with the L button.
if ((gControllerPress[gMainController].button & L_TRIG) &&
!(~gControllerHold[gMainController].button & (Z_TRIG | R_TRIG))) {