mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 01:09:55 +00:00
Added "Hacks" tab to OGL plugin config window and the hack option "Invert Depth". Use hacks to figure out some graphics bugs like the logo in ZWW is not a glDepth problem as I would figured it was. These hacks should be temp until the problem has been solved correctly. Also more hacks can help us figure out graphics problems we do not understand faster.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@971 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
fae0a612f9
commit
309c50d26f
5 changed files with 42 additions and 4 deletions
|
@ -50,6 +50,9 @@ struct Config
|
|||
bool bDumpTextures;
|
||||
char texDumpPath[280];
|
||||
|
||||
// Hacks
|
||||
bool bInvertDepth;
|
||||
|
||||
int iLog; // CONF_ bits
|
||||
int iSaveTargetId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue