mirror of https://github.com/PCSX2/pcsx2.git
Vif-Rec: Initialise IsAligned for VifUnpackSSE_Simple. Should fix the valgrind reported issue (no compatibility changes expected)
This commit is contained in:
parent
758cf25888
commit
ae57b960c2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue