mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Destination alpha works in OGL. Fixed reading XFB address from VI regs and removed a check to fix games which keep the XFB some place other than mem 1.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1921 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1ef5eca30c
commit
4930a6d6cb
4 changed files with 101 additions and 48 deletions
|
@ -116,6 +116,7 @@ public:
|
|||
static GLuint GetZBufferTarget();
|
||||
|
||||
static void SetColorMask();
|
||||
static void SetBlendMode(bool forceUpdate);
|
||||
static bool SetScissorRect();
|
||||
|
||||
static void SetRenderMode(RenderMode mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue