Cap fps to refresh rate
This commit is contained in:
parent
ec13d1b5cf
commit
5e550e3722
|
@ -6,7 +6,7 @@
|
|||
package = pkgs.mangohud;
|
||||
settings = {
|
||||
# Performance
|
||||
fps_limit = 60;
|
||||
fps_limit = 144;
|
||||
# GPU
|
||||
gpu_temp = true;
|
||||
gpu_junction_temp = true;
|
||||
|
|
Loading…
Reference in a new issue