mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
overlay: set minimum update interval to 1ms
This commit is contained in:
parent
5692c3de04
commit
814c73407d
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ struct cfg_root : cfg::node
|
|||
cfg::_bool framerate_graph_enabled{ this, "Enable Framerate Graph", false, true };
|
||||
cfg::_bool frametime_graph_enabled{ this, "Enable Frametime Graph", false, true };
|
||||
cfg::_enum<detail_level> level{ this, "Detail level", detail_level::medium, true };
|
||||
cfg::_int<30, 5000> update_interval{ this, "Metrics update interval (ms)", 350, true };
|
||||
cfg::_int<1, 5000> update_interval{ this, "Metrics update interval (ms)", 350, true };
|
||||
cfg::_int<4, 36> font_size{ this, "Font size (px)", 10, true };
|
||||
cfg::_enum<screen_quadrant> position{ this, "Position", screen_quadrant::top_left, true };
|
||||
cfg::string font{ this, "Font", "n023055ms.ttf", true };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue