mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-18 05:44:53 +00:00
padutils.c, line numbers (#2040)
This commit is contained in:
parent
fda0e6ad4b
commit
1649bf32d6
4 changed files with 32 additions and 0 deletions
|
@ -581,7 +581,11 @@ void DmaMgr_Init(void) {
|
|||
PRINTF("_bootSegmentRomStart(%08x) != dma_rom_ad[0].rom_b(%08x)\n", _bootSegmentRomStart,
|
||||
gDmaDataTable[0].file.vromEnd);
|
||||
//! @bug The main code file where fault.c resides is not yet loaded
|
||||
#if PLATFORM_N64
|
||||
Fault_AddHungupAndCrash("../z_std_dma.c", 840);
|
||||
#else
|
||||
Fault_AddHungupAndCrash("../z_std_dma.c", 1055);
|
||||
#endif
|
||||
}
|
||||
|
||||
// Start the DMA manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue