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:
shadowladyngemu 2012-06-26 11:57:44 +00:00
parent 64447dd23a
commit 540d098794
2 changed files with 132 additions and 98 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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)
{