diff --git a/src/mods/fpscounter.c b/src/mods/fpscounter.c index 8a734937..635228ba 100644 --- a/src/mods/fpscounter.c +++ b/src/mods/fpscounter.c @@ -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))) {