summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-01-18 12:53:45 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-01-18 12:53:45 -0600
commit9a65fbd81e03db0a5b473fe95fab2cdab007704c (patch)
tree3b45f06c30554fc43d3aa4348ab2183bffe3b6ab /include/global.h
parentb806ee8bedab880066a630a3b68ba9d0c5bdd5c9 (diff)
parent24e0edee9f428a68715c47051ebba3cda5a3e5a7 (diff)
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 7943fc569..3e260fd2a 100644
--- a/include/global.h
+++ b/include/global.h
@@ -1,8 +1,8 @@
#ifndef GUARD_GLOBAL_H
#define GUARD_GLOBAL_H
+#include "config.h" // we need to define config before gba headers as print stuff needs the functions nulled before defines.
#include "gba/gba.h"
-#include "config.h"
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");