mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-12 12:03:48 +00:00
Match retail build date (#1926)
This commit is contained in:
parent
5834c335e6
commit
07505dae37
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
const char gBuildTeam[] = "zelda@srd022j";
|
const char gBuildTeam[] = "zelda@srd022j";
|
||||||
|
|
||||||
|
// TODO: Use per-version preprocessor defines
|
||||||
|
#if OOT_DEBUG // gc-eu-mq-dbg
|
||||||
const char gBuildDate[] = "03-02-21 00:16:31";
|
const char gBuildDate[] = "03-02-21 00:16:31";
|
||||||
|
#else // gc-eu-mq
|
||||||
|
const char gBuildDate[] = "03-02-21 20:37:19";
|
||||||
|
#endif
|
||||||
|
|
||||||
const char gBuildMakeOption[] = "";
|
const char gBuildMakeOption[] = "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue