mirror of
https://github.com/zeldaret/oot
synced 2026-08-03 08:53:08 -04:00
Set up gc-eu and match all code (#1938)
* Set up gc-eu and match all code * Format * Mark gc-eu-mq as WIP until it builds OK * Move original/MQ map mark data to separate files * Add #includes to .inc.c files to help out VS Code * Use #if in spec instead of .inc.c files
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@ 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
|
||||
#elif !OOT_MQ // gc-eu
|
||||
const char gBuildDate[] = "03-02-21 20:12:23";
|
||||
#else // gc-eu-mq
|
||||
const char gBuildDate[] = "03-02-21 20:37:19";
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user