diff options
Diffstat (limited to 'arm9/lib/src')
-rw-r--r-- | arm9/lib/src/MI_dma_gxcommand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/src/MI_dma_gxcommand.c b/arm9/lib/src/MI_dma_gxcommand.c index 781f1f73..26231999 100644 --- a/arm9/lib/src/MI_dma_gxcommand.c +++ b/arm9/lib/src/MI_dma_gxcommand.c @@ -110,6 +110,7 @@ ARM_FUNC static void MIi_FIFOCallback(void) ARM_FUNC static void MIi_DMACallback(void *arg) { +#pragma unused(arg) (void)OS_DisableIrqMask(OS_IE_GXFIFO); G3X_SetFifoIntrCond(MIi_GXDmaParams.fifoCond); @@ -147,6 +148,7 @@ ARM_FUNC void MI_SendGXCommandAsyncFast(u32 dmaNo, const void *src, u32 commandL ARM_FUNC static void MIi_DMAFastCallback(void *arg) { +#pragma unused(arg) MIi_GXDmaParams.isBusy = FALSE; MIi_CallCallback(MIi_GXDmaParams.callback, MIi_GXDmaParams.arg); |