diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-08-25 11:13:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-08-25 11:13:37 +0200 |
commit | b0190e90b3f9909bf58b8b150efa788bdc9e9e85 (patch) | |
tree | 9491428283b3e9fbb0af99ea09b79a053531e46e /include | |
parent | bcf803d9a1cfd6f5c2370e2761002a51bf1f20b3 (diff) |
Add config option to set low latency mode
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(); |