From 02bb79e24508680a154c6d207f513a8f9a758883 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Mon, 9 Jan 2017 13:05:56 +0300 Subject: [PATCH] [rsx/wip] Me learning how to count :p --- rpcs3/Emu/RSX/RSXVertexProgram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/RSX/RSXVertexProgram.h b/rpcs3/Emu/RSX/RSXVertexProgram.h index 1374e96982..d38fca614d 100644 --- a/rpcs3/Emu/RSX/RSXVertexProgram.h +++ b/rpcs3/Emu/RSX/RSXVertexProgram.h @@ -149,9 +149,9 @@ union D3 struct { - u32 : 25; + u32 : 22; u32 brb_cond_true : 1; - u32 : 3; + u32 : 6; u32 iaddrl : 3; }; };