diff --git a/GPU/Software/TransformUnit.h b/GPU/Software/TransformUnit.h index b3d2e9b06d..3c022523d2 100644 --- a/GPU/Software/TransformUnit.h +++ b/GPU/Software/TransformUnit.h @@ -180,6 +180,7 @@ public: TransformUnit transformUnit; #if PPSSPP_ARCH(32BIT) +#undef new void *operator new(size_t s) { return AllocateAlignedMemory(s, 16); }