More work on emu64

This commit is contained in:
Cuyler36
2025-04-08 11:07:06 -04:00
parent fe68a87a77
commit 1d8860ab1d
9 changed files with 156 additions and 89 deletions
+4
View File
@@ -43,7 +43,11 @@ typedef u32 unknown;
#define FALSE 0
#ifndef NULL
#ifndef __cplusplus
#define NULL ((void*)0)
#else
#define NULL 0
#endif
#endif
#define nullptr 0