mirror of https://github.com/PCSX2/pcsx2.git
GSdx:
Fix Grandia Xtreme flicker :) Could help other games as well, please test. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5129 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
406ea42c43
commit
c77c184858
|
@ -1149,8 +1149,8 @@ template<int i> void GSState::GIFRegHandlerZBUF(const GIFReg* RESTRICT r)
|
|||
if(ZBUF.u32[0] == 0)
|
||||
{
|
||||
// during startup all regs are cleared to 0 (by the bios or something), so we mask z until this register becomes valid
|
||||
|
||||
ZBUF.ZMSK = 1;
|
||||
// edit: breaks Grandia Xtreme and sounds like a bad idea generally. What was the intend?
|
||||
//ZBUF.ZMSK = 1;
|
||||
}
|
||||
|
||||
ZBUF.PSM |= 0x30;
|
||||
|
|
Loading…
Reference in New Issue