From b170ef9651cda959a5bfa277bb533815f10de5d8 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Thu, 10 Nov 2022 19:30:49 -0600 Subject: VideoCommon: Add class for quickly transforming and culling vertices on the CPU --- Source/Core/VideoCommon/XFMemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/XFMemory.h') diff --git a/Source/Core/VideoCommon/XFMemory.h b/Source/Core/VideoCommon/XFMemory.h index 71d38cb8bd..e0a2696317 100644 --- a/Source/Core/VideoCommon/XFMemory.h +++ b/Source/Core/VideoCommon/XFMemory.h @@ -423,7 +423,7 @@ struct Projection ProjectionType type; }; -struct XFMemory +struct alignas(16) XFMemory { float posMatrices[256]; // 0x0000 - 0x00ff u32 unk0[768]; // 0x0100 - 0x03ff -- cgit v1.2.3