Vif-Rec: Initialise IsAligned for VifUnpackSSE_Simple. Should fix the valgrind reported issue (no compatibility changes expected)

This commit is contained in:
refractionpcsx2 2016-11-04 22:30:46 +00:00
parent 758cf25888
commit ae57b960c2
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ VifUnpackSSE_Simple::VifUnpackSSE_Simple(bool usn_, bool domask_, int curCycle_)
curCycle = curCycle_;
usn = usn_;
doMask = domask_;
IsAligned = true;
}
void VifUnpackSSE_Simple::doMaskWrite(const xRegisterSSE& regX) const {