aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/foundation/include/PsAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'PxShared/src/foundation/include/PsAllocator.h')
-rw-r--r--PxShared/src/foundation/include/PsAllocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PxShared/src/foundation/include/PsAllocator.h b/PxShared/src/foundation/include/PsAllocator.h
index cbf32d3..f988b6c 100644
--- a/PxShared/src/foundation/include/PsAllocator.h
+++ b/PxShared/src/foundation/include/PsAllocator.h
@@ -108,7 +108,7 @@
#elif PX_XBOXONE
#include <malloc.h>
#define PxAlloca(x) alloca(x)
-#elif PX_NX
+#elif PX_SWITCH
#include <malloc.h>
#define PxAlloca(x) alloca(x)
#endif