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:
ramapcsx2.code 2014-02-22 20:04:32 +00:00
parent ca3035fe07
commit c374343ae9
1 changed files with 5 additions and 4 deletions

View File

@ -1952,13 +1952,14 @@ template<int index> void GSState::Transfer(const uint8* mem, uint32 size)
break; 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; path.nloop = 0;
break; break;*/
case GIF_FLG_IMAGE: case GIF_FLG_IMAGE: