mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 05:15:16 +00: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:
parent
e46fcbdbc9
commit
cf4dc98cc9
10 changed files with 70 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue