mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
First Stage:
Fix depth related errors in dstalpha pass. best place to test: water splash effect in super mario galaxy
This commit is contained in:
parent
f7ce27c91d
commit
a0d60210fd
10 changed files with 101 additions and 26 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
void SetInterlacingMode();
|
||||
|
||||
// TODO: Fix confusing names (see ResetAPIState and RestoreAPIState)
|
||||
void ApplyState(bool bUseDstAlpha);
|
||||
void ApplyState(u32 mode);
|
||||
void RestoreState();
|
||||
|
||||
void ApplyCullDisable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue