MangoHud: Add FPS limit toggles.

This commit is contained in:
Dmitry Voronin 2025-01-28 17:07:03 +03:00
parent cb2a2fec13
commit 0f112e7d36
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -3,11 +3,14 @@
config = (pkgs.formats.iniWithGlobalSection { }).generate "MangoConfig" {
globalSection = {
blacklist = "example";
fps_limit = "165,60,55,30,0";
fps_limit_method = "early";
fps_sampling_period = 1000;
frame_timing = 0;
preset = "0,1,2";
toggle_logging = "F2";
toggle_preset = "F1";
toggle_fps_limit = "Shift_L+F2";
toggle_logging = "Shift_L+F3";
toggle_preset = "Shift_L+F1";
};
};