Merge pull request #27 from delroth/swcp-struct-fix

SWCommandProcessor: fix the CPReg structure fields
This commit is contained in:
Pierre Bourdon 2014-02-03 16:42:05 -08:00
commit 36f6ec8b89

View File

@ -98,14 +98,15 @@ namespace SWCommandProcessor
UCPStatusReg status; // 0x00 UCPStatusReg status; // 0x00
UCPCtrlReg ctrl; // 0x02 UCPCtrlReg ctrl; // 0x02
UCPClearReg clear; // 0x04 UCPClearReg clear; // 0x04
u32 unk0; // 0x06 u32 unk0; // 0x08
u32 unk1; // 0x0a u16 unk1; // 0x0c
u16 token; // 0x0e u16 token; // 0x0e
u16 bboxleft; // 0x10 u16 bboxleft; // 0x10
u16 bboxtop; // 0x12 u16 bboxtop; // 0x12
u16 bboxright; // 0x14 u16 bboxright; // 0x14
u16 bboxbottom; // 0x16 u16 bboxbottom; // 0x16
u16 unk2; // 0x18 u32 unk2; // 0x18
u32 unk3; // 0x1c
u32 fifobase; // 0x20 u32 fifobase; // 0x20
u32 fifoend; // 0x24 u32 fifoend; // 0x24
u32 hiwatermark; // 0x28 u32 hiwatermark; // 0x28