diff --git a/pcsx2/GS/GSVector.h b/pcsx2/GS/GSVector.h index a208dbcde7..1ce040ed12 100644 --- a/pcsx2/GS/GSVector.h +++ b/pcsx2/GS/GSVector.h @@ -49,8 +49,6 @@ enum Round_Mode Round_Truncate = 11 }; -#pragma pack(push, 1) - template class GSVector2T { @@ -252,4 +250,3 @@ gsforceinline GSVector8 GSVector8::cast(const GSVector8i& v) #endif -#pragma pack(pop)