diff options
Diffstat (limited to 'Source/Core/VideoCommon/XFMemory.h')
| -rw-r--r-- | Source/Core/VideoCommon/XFMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
