mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 11:15:20 +02:00
Build: Fix debug build on Windows 32-bit.
This commit is contained in:
@@ -180,6 +180,7 @@ public:
|
||||
TransformUnit transformUnit;
|
||||
|
||||
#if PPSSPP_ARCH(32BIT)
|
||||
#undef new
|
||||
void *operator new(size_t s) {
|
||||
return AllocateAlignedMemory(s, 16);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user