From 5b9ac040a4f58ac11926a473143fbe158ae356a2 Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Mon, 22 Dec 2014 16:45:32 +0100 Subject: [PATCH] FB_R_SIZE_type should be 32 bits, not 42 --- core/hw/pvr/pvr_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/pvr/pvr_regs.h b/core/hw/pvr/pvr_regs.h index 137e2670f..cb1481e25 100644 --- a/core/hw/pvr/pvr_regs.h +++ b/core/hw/pvr/pvr_regs.h @@ -108,7 +108,7 @@ union FB_R_SIZE_type u32 fb_x_size : 10; //0 u32 fb_y_size : 10; //10 u32 fb_modulus : 10; //20 - u32 fb_res : 12; //30 + u32 fb_res : 2; //30 }; u32 full; };