mirror of https://github.com/PCSX2/pcsx2.git
GS: Remove unnecessary #pragma pack in GSVector
This was leaking into included headers.
This commit is contained in:
parent
d15f2a0cbe
commit
d93b137b85
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue