mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Status updates, games that require new gamefixes or don't anymore, etc etc...
GSdx Hackfixes: Lego Batman changed to aggressive list, doesn't really fix ingame and breaks the title screens. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5328 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
64447dd23a
commit
540d098794
File diff suppressed because it is too large
Load Diff
|
@ -3807,7 +3807,7 @@ bool GSC_EternalPoison(const GSFrameInfo& fi, int& skip)
|
|||
|
||||
bool GSC_LegoBatman(const GSFrameInfo& fi, int& skip)
|
||||
{
|
||||
if(skip == 0)
|
||||
if(g_aggressive && skip == 0)
|
||||
{
|
||||
if(fi.TME && fi.TPSM == PSM_PSMZ16 && fi.FPSM == PSM_PSMCT16 && fi.FBMSK == 0x00000)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue