mirror of https://github.com/PCSX2/pcsx2.git
Fix unintentional alteration of tDMAC_STAT in r3550.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3552 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8d07e78b86
commit
be9e225468
|
@ -437,7 +437,6 @@ union tDMAC_CTRL {
|
|||
};
|
||||
|
||||
union tDMAC_STAT {
|
||||
struct {
|
||||
struct {
|
||||
u32 CIS : 10;
|
||||
u32 _reserved1 : 3;
|
||||
|
@ -451,7 +450,6 @@ union tDMAC_STAT {
|
|||
u32 _reserved3 : 1;
|
||||
};
|
||||
u32 _u32;
|
||||
};
|
||||
struct {
|
||||
u16 _u16lo;
|
||||
u16 _u16hi;
|
||||
|
|
Loading…
Reference in New Issue