mirror of https://github.com/PCSX2/pcsx2.git
GSdx:
Crashfix for a weird GIF_FLG_IMAGE2 situation in Wallace and Gromit Project Zoo. Needs further investigation. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5912 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ca3035fe07
commit
c374343ae9
|
@ -1952,13 +1952,14 @@ template<int index> void GSState::Transfer(const uint8* mem, uint32 size)
|
|||
|
||||
break;
|
||||
|
||||
case GIF_FLG_IMAGE2: // hmmm
|
||||
case GIF_FLG_IMAGE2: // hmmm // Fall through here fixes a crash in Wallace and Gromit Project Zoo
|
||||
// and according to Pseudonym we shouldn't even land in this code. So hmm indeed. (rama)
|
||||
|
||||
ASSERT(0);
|
||||
/*ASSERT(0);
|
||||
|
||||
path.nloop = 0;
|
||||
|
||||
break;
|
||||
break;*/
|
||||
|
||||
case GIF_FLG_IMAGE:
|
||||
|
||||
|
|
Loading…
Reference in New Issue