mirror of https://github.com/PCSX2/pcsx2.git
GS: Drop alignment from ClearValue
This commit is contained in:
parent
ce505d33bd
commit
36126a3ad9
|
@ -58,7 +58,7 @@ public:
|
|||
Invalidated
|
||||
};
|
||||
|
||||
union alignas(16) ClearValue
|
||||
union ClearValue
|
||||
{
|
||||
u32 color;
|
||||
float depth;
|
||||
|
|
Loading…
Reference in New Issue