RetroArch
RetroArch copied to clipboard
Petition to remove "FPS: " from the rgui fps counter (on 3ds)
So this is low priority. But on a screen with as few pixels as a 3ds and no way to shrink the font down, these symbols are a ton of wasted pixels that only get in the way and they really don't convey anything important. If you have this on, you know this is the fps counter. Until recently, i just took the bottom screen console output counter, but since updating from an older version, that display is gone.
https://github.com/libretro/RetroArch/blob/1c31efaa91c1ed2d994f008eb35d0ab40ed3914b/gfx/video_driver.c#L3754-L3765
To achieve this, FPS:
could be prevented from being added to the array.
Maybe a single menu option could be added to hide performance stat descriptions, not necessarily 3DS exclusive,
covering at least FPS:
but also Frames:
and MEM:
.
Good idea.