Fix alpha reads (hurray for the ZWW Pictograph quest and Killer 7)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6778 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st
2011-01-07 19:51:28 +00:00
parent f869281301
commit bedc889a56
4 changed files with 5 additions and 5 deletions

View File

@ -60,8 +60,8 @@ union UPEAlphaReadReg
u16 Hex;
struct
{
u16 ReadMode : 3;
u16 : 13;
u16 ReadMode : 2;
u16 : 14;
};
};