mirror of https://github.com/PCSX2/pcsx2.git
CDVD: Separate SCMD/NCMD Fifo's set to right size
This commit is contained in:
parent
99bb35f109
commit
e82859c979
File diff suppressed because it is too large
Load Diff
|
@ -104,13 +104,16 @@ struct cdvdStruct
|
|||
u8 sDataOut;
|
||||
u8 HowTo;
|
||||
|
||||
u8 Param[32];
|
||||
u8 Result[32];
|
||||
u8 NCMDParam[16];
|
||||
u8 SCMDParam[16];
|
||||
u8 SCMDResult[16];
|
||||
|
||||
u8 ParamC;
|
||||
u8 ParamP;
|
||||
u8 ResultC;
|
||||
u8 ResultP;
|
||||
u8 NCMDParamC;
|
||||
u8 NCMDParamP;
|
||||
u8 SCMDParamC;
|
||||
u8 SCMDParamP;
|
||||
u8 SCMDResultC;
|
||||
u8 SCMDResultP;
|
||||
|
||||
u8 CBlockIndex;
|
||||
u8 COffset;
|
||||
|
|
Loading…
Reference in New Issue