mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-28 16:12:08 -04:00
General Cleanup 4 (#871)
* PartTimerWorker -> PartTimer * cleanup * format * objChan draw macro * Fix macro * Fix warning * PR Review * Missed 1 ull * UINT16_MAX * Remove todo from footmark * Remove * from tex in AnimatedMat_DrawTexCycle
This commit is contained in:
@@ -277,7 +277,7 @@ void AudioLoad_InitSampleDmaBuffers(s32 numNotes) {
|
||||
} else {
|
||||
AudioHeap_WritebackDCache(dma->ramAddr, gAudioContext.sampleDmaBufSize);
|
||||
dma->size = gAudioContext.sampleDmaBufSize;
|
||||
dma->devAddr = 0U;
|
||||
dma->devAddr = 0;
|
||||
dma->sizeUnused = 0;
|
||||
dma->unused = 0;
|
||||
dma->ttl = 0;
|
||||
|
||||
Reference in New Issue
Block a user