use macros for compiler alignment and section directives

This commit is contained in:
Jcw87
2023-11-22 20:51:47 -08:00
parent 1087848ba7
commit e2a3c6b7bf
19 changed files with 80 additions and 66 deletions
@@ -1,8 +1,8 @@
#ifndef JUTFONTDATA_ASCFONT_FIX12_H
#define JUTFONTDATA_ASCFONT_FIX12_H
#include "dolphin/types.h"
#include "global.h"
extern const u8 JUTResFONT_Ascfont_fix12[] __attribute__((aligned(32)));
extern const u8 JUTResFONT_Ascfont_fix12[] ALIGN_DECL(32);
#endif /* JUTFONTDATA_ASCFONT_FIX12_H */