Cap fps to refresh rate

This commit is contained in:
♥ Minnie ♥ 2024-06-03 21:14:34 +08:00
parent ec13d1b5cf
commit 5e550e3722
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -6,7 +6,7 @@
package = pkgs.mangohud;
settings = {
# Performance
fps_limit = 60;
fps_limit = 144;
# GPU
gpu_temp = true;
gpu_junction_temp = true;