diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-12 02:24:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-12 05:24:31 -0400 |
| commit | 09c1816e2d6c4da8468c59d69454aa3e6a9ef27f (patch) | |
| tree | d4329a6cd21ab49f0d6cb076e24b475e65955b01 /src/n64dd | |
| parent | f19331101321afb83c0d026c1b1a4df2b4cb4e6a (diff) | |
Add OOT_PAL_N64 and move other shorthands to versions.h (#2188)
* Move definitions of OOT_NTSC/OOT_PAL/OOT_MQ to versions.h
* Add PAL_N64 shorthand
Diffstat (limited to 'src/n64dd')
| -rw-r--r-- | src/n64dd/n64dd_801C9440.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/n64dd/n64dd_801C9440.c b/src/n64dd/n64dd_801C9440.c index 28ab8b562..2d0b1b5c0 100644 --- a/src/n64dd/n64dd_801C9440.c +++ b/src/n64dd/n64dd_801C9440.c @@ -1,6 +1,7 @@ // Some text-handling functions #include "global.h" #include "n64dd.h" +#include "versions.h" void (*D_801D2EC0)(void*, uintptr_t, size_t) = NULL; |
