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:
LPFaint99 2009-03-07 08:35:01 +00:00
parent f0431631a8
commit 3f44ccb75e
20 changed files with 12688 additions and 12688 deletions

View File

@ -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;