12hz is too fast for default fps updates, i cant even read it.

This commit is contained in:
zeromus 2017-02-06 23:17:46 -06:00
parent bd1f48540d
commit 136c071ee8
1 changed files with 1 additions and 1 deletions

View File

@ -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;