From 316c311b8a8e08aaa0e21158a9cf9b7a7ad588a0 Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Sat, 7 Mar 2009 08:55:40 +0000 Subject: [PATCH] revert the "fix" from r2591 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2592 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/EXI_Channel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core/Src/HW/EXI_Channel.h b/Source/Core/Core/Src/HW/EXI_Channel.h index 65792ea5b8..e28f59d82c 100644 --- a/Source/Core/Core/Src/HW/EXI_Channel.h +++ b/Source/Core/Core/Src/HW/EXI_Channel.h @@ -38,7 +38,7 @@ private: union UEXI_STATUS { u32 hex; - struct _EXISTATUS + struct { unsigned EXIINTMASK : 1; //31 unsigned EXIINT : 1; //30 @@ -60,7 +60,7 @@ private: union UEXI_CONTROL { u32 hex; - struct _EXICONTROL + struct { unsigned TSTART : 1; unsigned DMA : 1;