apparently you need powers of 2

This commit is contained in:
adelikat 2020-08-26 20:14:30 -05:00
parent 950eac5be2
commit 41109d6fc2
1 changed files with 1 additions and 1 deletions

View File

@ -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; } = 192;
public int RecentBufferSize { get; set; } = 128;
[DisplayName("Recent - Target Frame Length")]
[Description("Desired frame length (number of emulated frames you can go back before running out of buffer)")]