From 36126a3ad9009ac786ef84f06ce6c7c01d3b08aa Mon Sep 17 00:00:00 2001 From: Connor McLaughlin <stenzek@gmail.com> Date: Sun, 30 Jul 2023 20:35:47 +1000 Subject: [PATCH] GS: Drop alignment from ClearValue --- pcsx2/GS/Renderers/Common/GSTexture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/GS/Renderers/Common/GSTexture.h b/pcsx2/GS/Renderers/Common/GSTexture.h index f121a77c19..664bde18d7 100644 --- a/pcsx2/GS/Renderers/Common/GSTexture.h +++ b/pcsx2/GS/Renderers/Common/GSTexture.h @@ -58,7 +58,7 @@ public: Invalidated }; - union alignas(16) ClearValue + union ClearValue { u32 color; float depth;