mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Properly emulate the alpha read pixel engine register function (used for EFB peeks).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6313 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b71cd5f383
commit
ab53c84dcf
5 changed files with 87 additions and 38 deletions
|
@ -81,17 +81,6 @@ union UPEAlphaModeConfReg
|
|||
};
|
||||
};
|
||||
|
||||
// Not sure about this reg...
|
||||
union UPEAlphaReadReg
|
||||
{
|
||||
u16 Hex;
|
||||
struct
|
||||
{
|
||||
u16 ReadMode : 3;
|
||||
u16 : 13;
|
||||
};
|
||||
};
|
||||
|
||||
// fifo Control Register
|
||||
union UPECtrlReg
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue