mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-21 11:37:14 +01:00
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…
x
Reference in New Issue
Block a user