diff --git a/pcsx2/Vif_Codes.cpp b/pcsx2/Vif_Codes.cpp index 947e1cd565..837d95db42 100644 --- a/pcsx2/Vif_Codes.cpp +++ b/pcsx2/Vif_Codes.cpp @@ -147,7 +147,7 @@ template _f int _vifCode_Direct(int pass, u8* data, bool isDirectHL) { vif1.tag.size -= ret; } - Registers::Freeze(); + Registers::Thaw(); return ret; } return 0;