Point CMake to using the subtree copy of Ox

This commit is contained in:
2017-05-06 12:10:40 -05:00
parent 56fb5595f9
commit a243a38d4d
9 changed files with 17 additions and 52 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ typedef uint16_t Pallete[256];
typedef Tile CharBlock[512];
typedef Tile8 CharBlock8[256];
struct __attribute__((aligned(4))) GbaImageData {
struct __attribute__((packed)) GbaImageData {
Pallete pal;
uint16_t tileCount;
uint8_t bpp;