1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-12-25 14:16:11 +00:00

Match retail build date (#1926)

This commit is contained in:
cadmic 2024-03-17 16:36:01 -07:00 committed by GitHub
parent 5834c335e6
commit 07505dae37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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[] = "";