mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Default framecount_show to off.
This commit is contained in:
parent
1caf10e1e9
commit
3934cec597
@ -550,7 +550,7 @@ static const int wasapi_sh_buffer_length = -16; /* auto */
|
||||
static const bool fps_show = false;
|
||||
|
||||
/* Enables displaying the current frame count. */
|
||||
static const bool framecount_show = true;
|
||||
static const bool framecount_show = false;
|
||||
|
||||
/* Includes displaying the current memory usage/total with FPS/Frames. */
|
||||
static const bool memory_show = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user