Skip to content

Commit

Permalink
overlay: set minimum update interval to 1ms
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored and Nekotekina committed Mar 8, 2020
1 parent 5692c3d commit 814c734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/system_config.h
Expand Up @@ -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 };
Expand Down

0 comments on commit 814c734

Please sign in to comment.