Introduce xbnullptr for Xbox usage

This commit is contained in:
RadWolfie 2017-10-25 01:15:06 -05:00
parent be40f6c4c1
commit e2f38df63e
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ extern "C" {
/*! xbaddr is the type of a physical address */
typedef uint32 xbaddr;
/*! xbnullptr is the type of null pointer address*/
#define xbnullptr nullptr
#define XBADDR_BITS 32
#define XBADDR_MAX UINT32_MAX