GS: Remove unnecessary #pragma pack in GSVector

This was leaking into included headers.
This commit is contained in:
Stenzek 2023-09-16 15:05:46 +10:00 committed by Connor McLaughlin
parent d15f2a0cbe
commit d93b137b85
1 changed files with 0 additions and 3 deletions

View File

@ -49,8 +49,6 @@ enum Round_Mode
Round_Truncate = 11
};
#pragma pack(push, 1)
template <class T>
class GSVector2T
{
@ -252,4 +250,3 @@ gsforceinline GSVector8 GSVector8::cast(const GSVector8i& v)
#endif
#pragma pack(pop)