mirror of https://github.com/PCSX2/pcsx2.git
Changing a Freeze to Thaw: Running VIFcodes saved XMM regs but never restored them. ;)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2672 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
08f3e4955b
commit
0d03b06708
|
@ -147,7 +147,7 @@ template<int idx> _f int _vifCode_Direct(int pass, u8* data, bool isDirectHL) {
|
|||
vif1.tag.size -= ret;
|
||||
}
|
||||
|
||||
Registers::Freeze();
|
||||
Registers::Thaw();
|
||||
return ret;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue