mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-04 09:08:34 -04:00
Remove asm-processor in favor of preprocess.sh (#1760)
* Remove asm-processor in favor of preprocess.sh * Remove duplicate CMD_F * preprocess_pragmas gitignore * Mac fixes * Macos + clang as cc check fixes * Need quotes for paths with spaces * Fix bss
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
#include "prevent_bss_reordering.h"
|
||||
#include "CIC6105.h"
|
||||
|
||||
#include "build.h"
|
||||
#include "fault.h"
|
||||
|
||||
#pragma increment_block_number "n64-us:200"
|
||||
|
||||
s32 gCICAddr1Val;
|
||||
s32 gCICAddr2Val;
|
||||
FaultClient sRomInfoFaultClient;
|
||||
|
||||
+2
-2
@@ -1,5 +1,3 @@
|
||||
#include "prevent_bss_reordering.h"
|
||||
|
||||
#include "stdbool.h"
|
||||
|
||||
#include "buffers.h"
|
||||
@@ -11,6 +9,8 @@
|
||||
#include "z64dma.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
#pragma increment_block_number "n64-us:128"
|
||||
|
||||
// Variables are put before most headers as a hacky way to bypass bss reordering
|
||||
struct IrqMgr gIrqMgr;
|
||||
STACK(sIrqMgrStack, 0x500);
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
* There are some additional provisions to ensure that audio DMA is particularly high-speed, the audio data is assumed
|
||||
* to be uncompressed and the request queue and address translation is skipped.
|
||||
*/
|
||||
#include "prevent_bss_reordering.h"
|
||||
#include "z64dma.h"
|
||||
|
||||
#include "carthandle.h"
|
||||
|
||||
Reference in New Issue
Block a user