make the menus compile on both (Snow) Leopard and iPhone
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
#if defined(_WIN64) || defined(__LP64__) || defined(__x86_64__) || defined(USE_ADDR64)
|
||||
typedef uint64_t ppu_address_t;
|
||||
#else
|
||||
|
||||
typedef uint32_t ppu_address_t;
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user