git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4788 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
shadowladyngemu 2011-07-01 05:32:04 +00:00
parent 539d313622
commit 774f90f642
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class GSRendererHW : public GSRendererT<Vertex>
uint32 FBP = m_context->FRAME.Block();
uint32 FPSM = m_context->FRAME.PSM;
if((FBP == 0x025a0 || FBP == 0x025a0) && FPSM == PSM_PSMCT32) //0x2800 pal, 0x25a0 ntsc
if((FBP == 0x025a0 || FBP == 0x02800) && FPSM == PSM_PSMCT32) //0x2800 pal, 0x25a0 ntsc
{
//only top half of the screen clears
m_dev->ClearDepth(ds, 0);