slight tweak to default state manager settings, make the Gap size to target proportional to Current, so that it gets the same "state gap"

This commit is contained in:
adelikat 2020-08-23 20:22:01 -05:00
parent 354ccd1b23
commit e6ceb1c323
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ namespace BizHawk.Client.Common
[DisplayName("Gaps - Target Frame Length")]
[Description("Desired frame length (number of emulated frames you can go back before running out of buffer)")]
public int GapsTargetFrameLength { get; set; } = 1000;
public int GapsTargetFrameLength { get; set; } = 125;
[DisplayName("Ancient State Interval")]
[Description("How often to maintain states when outside of Current and Recent intervals")]