mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build: Fix debug build on Windows 32-bit.
This commit is contained in:
parent
f12a5101e6
commit
80cccd7abb
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ public:
|
|||
TransformUnit transformUnit;
|
||||
|
||||
#if PPSSPP_ARCH(32BIT)
|
||||
#undef new
|
||||
void *operator new(size_t s) {
|
||||
return AllocateAlignedMemory(s, 16);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue