This commit is contained in:
adelikat 2017-05-05 09:52:19 -05:00
parent 5eec274b5d
commit a0956f39cc
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ namespace BizHawk.Emulation.Common
#endregion
private readonly int[] _frameBuffer = new int[256 * 192];
private readonly int[] _frameBuffer = new int[NullVideo.DefaultWidth * NullVideo.DefaultHeight];
private readonly short[] _sampleBuffer = new short[735 * 2];
private readonly Random _rand = new Random();