1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-12 01:40:47 +00:00

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
This commit is contained in:
cadmic 2024-09-12 02:24:31 -07:00 committed by GitHub
parent f193311013
commit 09c1816e2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 42 additions and 51 deletions

View file

@ -11,6 +11,7 @@
#include "assets/objects/object_fish/object_fish.h"
#include "ichain.h"
#include "terminal.h"
#include "versions.h"
#if PLATFORM_N64
#include "cic6105.h"
#endif

View file

@ -1,5 +1,6 @@
#include "file_select.h"
#include "terminal.h"
#include "versions.h"
#include "assets/textures/title_static/title_static.h"
#include "assets/overlays/ovl_file_choose/ovl_file_choose.h"