diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index a9a36c2..306b535 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -110,6 +110,7 @@ namespace QuickMedia { float scale = 1.0f; float font_scale = 1.0f; float spacing_scale = 1.0f; + bool low_latency_mode = false; }; const Config& get_config(); |