mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-25 06:06:05 +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";
|
||||
|
||||
// TODO: Use per-version preprocessor defines
|
||||
#if OOT_DEBUG // gc-eu-mq-dbg
|
||||
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[] = "";
|
||||
|
|
Loading…
Reference in a new issue