From c4269952c4fef27d21aab64ad977fdb16973c607 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Wed, 12 Nov 2003 07:16:46 +0000 Subject: [PATCH] Increase the line cache size Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1433 --- src/gui/render_normal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/render_normal.h b/src/gui/render_normal.h index 860acac3..1c87ade1 100644 --- a/src/gui/render_normal.h +++ b/src/gui/render_normal.h @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -static Bit8u normal_cache[RENDER_MAXWIDTH*2]; +static Bit8u normal_cache[RENDER_MAXWIDTH*2*4]; template static void Normal(Bit8u * src,Bitu x,Bitu y,Bitu _dx,Bitu _dy) {