mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-13 10:35:13 +02:00
0474ff5c23
We use SSE on them, and they used to be aligned, and must be aligned in PSP RAM, so keep them aligned. This only really affects 32-bit, since allocs will typically be aligned on 64-bit anyway. Fixes #10601.