aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/shared/general/HACD
diff options
context:
space:
mode:
authorsschirm <[email protected]>2017-02-27 16:40:12 +0100
committersschirm <[email protected]>2017-03-01 18:04:26 +0100
commit7840347c32755e94a807f978f1cbb558717ac8cf (patch)
tree295cd3ca93a45f8fcc43cf3cbf3887c0e0c5526b /APEX_1.4/shared/general/HACD
parentPre-release comments marking end of beta. (diff)
downloadphysx-3.4-7840347c32755e94a807f978f1cbb558717ac8cf.tar.xz
physx-3.4-7840347c32755e94a807f978f1cbb558717ac8cf.zip
PhysX 3.4, APEX 1.4 final release @21757769v3.4.0-rc-2
Diffstat (limited to 'APEX_1.4/shared/general/HACD')
-rw-r--r--APEX_1.4/shared/general/HACD/public/PlatformConfigHACD.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/APEX_1.4/shared/general/HACD/public/PlatformConfigHACD.h b/APEX_1.4/shared/general/HACD/public/PlatformConfigHACD.h
index b02cfde8..85a1300a 100644
--- a/APEX_1.4/shared/general/HACD/public/PlatformConfigHACD.h
+++ b/APEX_1.4/shared/general/HACD/public/PlatformConfigHACD.h
@@ -110,6 +110,10 @@ class PxEmpty;
#define HACD_X64
#endif
+#if PX_A64
+#define HACD_A64
+#endif
+
#if PX_PPC
#define HACD_PPC
#endif
@@ -183,7 +187,7 @@ public:
virtual bool Cancelled() = 0;
};
-#ifdef HACD_X64
+#if defined(HACD_X64) || defined(HACD_A64)
typedef uint64_t HaSizeT;
#else
typedef uint32_t HaSizeT;