mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
revert the "fix" from r2591
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2592 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3f44ccb75e
commit
316c311b8a
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ private:
|
||||||
union UEXI_STATUS
|
union UEXI_STATUS
|
||||||
{
|
{
|
||||||
u32 hex;
|
u32 hex;
|
||||||
struct _EXISTATUS
|
struct
|
||||||
{
|
{
|
||||||
unsigned EXIINTMASK : 1; //31
|
unsigned EXIINTMASK : 1; //31
|
||||||
unsigned EXIINT : 1; //30
|
unsigned EXIINT : 1; //30
|
||||||
|
@ -60,7 +60,7 @@ private:
|
||||||
union UEXI_CONTROL
|
union UEXI_CONTROL
|
||||||
{
|
{
|
||||||
u32 hex;
|
u32 hex;
|
||||||
struct _EXICONTROL
|
struct
|
||||||
{
|
{
|
||||||
unsigned TSTART : 1;
|
unsigned TSTART : 1;
|
||||||
unsigned DMA : 1;
|
unsigned DMA : 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue