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
+2 -1
View File
@@ -3,6 +3,7 @@
#include <dolphin/os/OSMessage.h>
#include <dolphin/os/OSThread.h>
#include "global.h"
class JKRSolidHeap;
@@ -15,7 +16,7 @@ namespace JASystem {
void start(JKRSolidHeap*, u32, u32);
extern OSThread sAudioThread;
extern u8 saAudioStack[4096] __attribute__((aligned(32)));
extern u8 saAudioStack[4096] ALIGN_DECL(32);
extern OSMessageQueue sAudioprocMQ;
extern OSMessage saAudioMsgBuf[16];
extern u32 sAudioprocMQInit;