Whoops, overdid that a bit (thanks for pointing it out Bositman :P)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@494 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2009-02-14 17:08:32 +00:00
parent c4cc49cda6
commit fe183b91bf
2 changed files with 0 additions and 2 deletions

View File

@ -819,7 +819,6 @@ void SaveState::gsFreeze()
FreezeMem(PS2MEM_GS, 0x2000);
Freeze(CSRw);
if(((DMACh*)&PS2MEM_HW[0xA000])->chcr & 0x100)gifdone = 0;
else gifdone = 0;
mtgsFreeze();
}

View File

@ -2241,6 +2241,5 @@ void SaveState::vif1Freeze() {
if( IsLoading() ){
SetNewMask(g_vif1Masks, g_vif1HasMask3, vif1Regs->mask, ~vif1Regs->mask);
if(vif1ch->chcr & 0x100)vif1.done = 0;
else vif1.done = 0;
}
}