From 3934cec5973f1929260162c06c1bb1fcc495daf7 Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Thu, 29 Nov 2018 22:40:23 +0100 Subject: [PATCH] Default framecount_show to off. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6bf045ab21..385550499a 100644 --- a/config.def.h +++ b/config.def.h @@ -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;