From 1d525a69e206ba55d17eca50219715a7bbbec254 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Mon, 4 Feb 2013 14:00:24 +0000 Subject: Patch 13787 (ckain); git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82713 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfxvideo/prim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfxvideo/prim.c b/plugins/dfxvideo/prim.c index 86f61fce..4191ea1b 100755 --- a/plugins/dfxvideo/prim.c +++ b/plugins/dfxvideo/prim.c @@ -589,7 +589,7 @@ void primBlkFill(unsigned char * baseAddr) short sX = GETLEs16(&sgpuData[2]); short sY = GETLEs16(&sgpuData[3]); short sW = GETLEs16(&sgpuData[4]) & 0x3ff; - short sH = GETLEs16(&sgpuData[5]) & 0x3ff; + short sH = GETLEs16(&sgpuData[5]) & iGPUHeightMask; sW = (sW+15) & ~15; -- cgit v1.2.3