diff options
author | YamaArashi <shadow962@live.com> | 2016-12-29 13:13:07 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-29 13:13:07 -0800 |
commit | b42f5c0f7fc9ac0161a6b6e2d764911ef375d040 (patch) | |
tree | 295e46c51b25e9e85f35f9e7a7e26395b40b77be /include/global.h | |
parent | 0edc7cbd88b31a6e57608810182781b6cf31b85a (diff) |
use BUGFIX ifdefs
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index d23204760..66b6b6b50 100644 --- a/include/global.h +++ b/include/global.h @@ -2,10 +2,7 @@ #define GUARD_GLOBAL_H #include "gba/gba.h" - -#ifndef REVISION -#define REVISION 0 -#endif +#include "config.h" // Prevent cross-jump optimization. #define BLOCK_CROSS_JUMP asm(""); |