diff --git a/pcsx2/x86/newVif_UnpackSSE.cpp b/pcsx2/x86/newVif_UnpackSSE.cpp index 2cfdf907da..acaba228f5 100644 --- a/pcsx2/x86/newVif_UnpackSSE.cpp +++ b/pcsx2/x86/newVif_UnpackSSE.cpp @@ -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 {