tastudio - bump up the default statemanager buffer settings

This commit is contained in:
adelikat 2020-08-06 19:25:24 -05:00
parent 7799abc8a0
commit 84df4141ea
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ namespace BizHawk.Client.Common
[DisplayName("Current - Buffer Size")]
[Description("Max amount of buffer space to use in MB")]
public int CurrentBufferSize { get; set; } = 64;
public int CurrentBufferSize { get; set; } = 512;
[DisplayName("Current - Target Frame Length")]
[Description("Desired frame length (number of emulated frames you can go back before running out of buffer)")]
@ -45,7 +45,7 @@ namespace BizHawk.Client.Common
[DisplayName("Recent - Buffer Size")]
[Description("Max amount of buffer space to use in MB")]
public int RecentBufferSize { get; set; } = 64;
public int RecentBufferSize { get; set; } = 256;
[DisplayName("Recent - Target Frame Length")]
[Description("Desired frame length (number of emulated frames you can go back before running out of buffer)")]