mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Add versions.h (#2060)
This commit is contained in:
parent
3e516f48f3
commit
ac2224f095
9 changed files with 22 additions and 11 deletions
15
include/versions.h
Normal file
15
include/versions.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef VERSIONS_H
|
||||
#define VERSIONS_H
|
||||
|
||||
// OOT versions in build order
|
||||
#define OOT_NTSC_1_2 1
|
||||
#define OOT_GC_JP 2
|
||||
#define OOT_GC_JP_MQ 3
|
||||
#define OOT_GC_US 4
|
||||
#define OOT_GC_US_MQ 5
|
||||
#define OOT_GC_EU_MQ_DBG 6
|
||||
#define OOT_GC_EU 7
|
||||
#define OOT_GC_EU_MQ 8
|
||||
#define OOT_GC_JP_CE 9
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue