Build: Fix debug build on Windows 32-bit.

This commit is contained in:
Unknown W. Brackets 2022-10-01 16:13:25 -07:00
parent f12a5101e6
commit 80cccd7abb

View file

@ -180,6 +180,7 @@ public:
TransformUnit transformUnit;
#if PPSSPP_ARCH(32BIT)
#undef new
void *operator new(size_t s) {
return AllocateAlignedMemory(s, 16);
}