From 3bbb2d6ed342fb3773bc9bb9c36d53a00c654326 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Wed, 22 Feb 2012 20:05:41 +0000 Subject: [PATCH] Small mistake fixed. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5102 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GSDeviceDX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSDeviceDX.h b/plugins/GSdx/GSDeviceDX.h index d3461f46f7..76edd69393 100644 --- a/plugins/GSdx/GSDeviceDX.h +++ b/plugins/GSdx/GSDeviceDX.h @@ -173,7 +173,7 @@ public: uint32 ltf:1; uint32 colclip:2; uint32 date:2; - uint32 spritehack; + uint32 spritehack:1; }; uint32 key;