diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-18 12:53:45 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-18 12:53:45 -0600 |
commit | 9a65fbd81e03db0a5b473fe95fab2cdab007704c (patch) | |
tree | 3b45f06c30554fc43d3aa4348ab2183bffe3b6ab /include/global.h | |
parent | b806ee8bedab880066a630a3b68ba9d0c5bdd5c9 (diff) | |
parent | 24e0edee9f428a68715c47051ebba3cda5a3e5a7 (diff) |
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
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(""); |