MangoHud: Add 33 to fps limiter.
This commit is contained in:
parent
0f112e7d36
commit
21eb74e69d
|
@ -3,7 +3,7 @@
|
|||
config = (pkgs.formats.iniWithGlobalSection { }).generate "MangoConfig" {
|
||||
globalSection = {
|
||||
blacklist = "example";
|
||||
fps_limit = "165,60,55,30,0";
|
||||
fps_limit = "165,60,55,33,30,0";
|
||||
fps_limit_method = "early";
|
||||
fps_sampling_period = 1000;
|
||||
frame_timing = 0;
|
||||
|
|
Loading…
Reference in a new issue