eol-style native update, small warning fix in EXI_Channel.h
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2591 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f0431631a8
commit
3f44ccb75e
|
@ -38,7 +38,7 @@ private:
|
|||
union UEXI_STATUS
|
||||
{
|
||||
u32 hex;
|
||||
struct
|
||||
struct _EXISTATUS
|
||||
{
|
||||
unsigned EXIINTMASK : 1; //31
|
||||
unsigned EXIINT : 1; //30
|
||||
|
@ -60,7 +60,7 @@ private:
|
|||
union UEXI_CONTROL
|
||||
{
|
||||
u32 hex;
|
||||
struct
|
||||
struct _EXICONTROL
|
||||
{
|
||||
unsigned TSTART : 1;
|
||||
unsigned DMA : 1;
|
||||
|
|
Loading…
Reference in New Issue