mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
Introduce OOT_VERSION and OOT_REGION defines for build info and ROM header (#2003)
* Use version defines for build info and ROM header * Use existing REGION_ defines for OOT_REGION instead
This commit is contained in:
parent
5515aa1705
commit
ec5068c58d
7 changed files with 72 additions and 21 deletions
|
@ -1,6 +1,16 @@
|
|||
#ifndef MACROS_H
|
||||
#define MACROS_H
|
||||
|
||||
// OOT versions in build order
|
||||
#define OOT_GC_JP 1
|
||||
#define OOT_GC_JP_MQ 2
|
||||
#define OOT_GC_US 3
|
||||
#define OOT_GC_US_MQ 4
|
||||
#define OOT_GC_EU_MQ_DBG 5
|
||||
#define OOT_GC_EU 6
|
||||
#define OOT_GC_EU_MQ 7
|
||||
#define OOT_GC_JP_CE 8
|
||||
|
||||
#ifndef AVOID_UB
|
||||
#define BAD_RETURN(type) type
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue