From a0956f39cc2745b6866e29350d11a94e75a514fd Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 5 May 2017 09:52:19 -0500 Subject: [PATCH] meh --- BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs b/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs index 07f54c0627..939d43acfc 100644 --- a/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs +++ b/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs @@ -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();