mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
Use debug macros even in N64-only code (#2298)
* Use debug macros even in N64-only code * Use UNK_FILE/UNK_LINE instead
This commit is contained in:
+4
-1
@@ -11,6 +11,9 @@
|
||||
#define UNK_FUN_PTR(name) void(*name)(void)
|
||||
#define UNK_ARGS
|
||||
#define UNK_SIZE 1
|
||||
#define UNK_LINE 1
|
||||
|
||||
// Unknown filename and line number for debug macros
|
||||
#define UNK_FILE "<unknown>"
|
||||
#define UNK_LINE 0
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user