MangoHud: Add FPS limit toggles.
This commit is contained in:
parent
cb2a2fec13
commit
0f112e7d36
|
@ -3,11 +3,14 @@
|
||||||
config = (pkgs.formats.iniWithGlobalSection { }).generate "MangoConfig" {
|
config = (pkgs.formats.iniWithGlobalSection { }).generate "MangoConfig" {
|
||||||
globalSection = {
|
globalSection = {
|
||||||
blacklist = "example";
|
blacklist = "example";
|
||||||
|
fps_limit = "165,60,55,30,0";
|
||||||
|
fps_limit_method = "early";
|
||||||
fps_sampling_period = 1000;
|
fps_sampling_period = 1000;
|
||||||
frame_timing = 0;
|
frame_timing = 0;
|
||||||
preset = "0,1,2";
|
preset = "0,1,2";
|
||||||
toggle_logging = "F2";
|
toggle_fps_limit = "Shift_L+F2";
|
||||||
toggle_preset = "F1";
|
toggle_logging = "Shift_L+F3";
|
||||||
|
toggle_preset = "Shift_L+F1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue