mirror of https://github.com/PCSX2/pcsx2.git
How that compiled with a space missing, I may never know...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@880 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
65a4061c3a
commit
a0146d9db1
|
@ -58,7 +58,7 @@ struct t_sif_sreg
|
||||||
{
|
{
|
||||||
struct t_sif_cmd_header hdr; //+00
|
struct t_sif_cmd_header hdr; //+00
|
||||||
s32 index; //+10
|
s32 index; //+10
|
||||||
u32value; //+14
|
u32 value; //+14
|
||||||
}; //=18
|
}; //=18
|
||||||
|
|
||||||
#define SYSTEM_CMD_RESET 0x80000003
|
#define SYSTEM_CMD_RESET 0x80000003
|
||||||
|
|
Loading…
Reference in New Issue