12hz is too fast for default fps updates, i cant even read it.
This commit is contained in:
parent
bd1f48540d
commit
136c071ee8
|
@ -1371,7 +1371,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private bool _lastFastForwardingOrRewinding;
|
||||
private bool _inResizeLoop;
|
||||
|
||||
private readonly double _fpsUpdatesPerSecond = 12.0;
|
||||
private readonly double _fpsUpdatesPerSecond = 4.0;
|
||||
private readonly double _fpsSmoothing = 8.0;
|
||||
private double _lastFps;
|
||||
private int _framesSinceLastFpsUpdate;
|
||||
|
|
Loading…
Reference in New Issue