diff options
| author | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-01 15:11:11 -0500 |
|---|---|---|
| committer | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-01 15:11:11 -0500 |
| commit | 0320107fc03bfb17192191ae12f4380d76d850cf (patch) | |
| tree | d5cec2396720cda5f5350518636d278f01d02429 /soh/src/code/code_800E4FE0.c | |
| parent | 0067a69795c160332eab0f2ef5188a062d03b81f (diff) | |
| parent | 6f5ce7d7157d60c22ca7cd43ff576fc54dc50dbc (diff) | |
Merge branch 'zapd_audio_support' into zelda64
Diffstat (limited to 'soh/src/code/code_800E4FE0.c')
| -rw-r--r-- | soh/src/code/code_800E4FE0.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/soh/src/code/code_800E4FE0.c b/soh/src/code/code_800E4FE0.c index 5d2d11188..777efaa23 100644 --- a/soh/src/code/code_800E4FE0.c +++ b/soh/src/code/code_800E4FE0.c @@ -212,11 +212,7 @@ AudioTask* func_800E5000(void) { task = &gAudioContext.currTask->task.t; task->type = M_AUDTASK; task->flags = 0; - //task->ucode_boot = D_801120C0; task->ucode_boot_size = 0x1000; - //task->ucode_data_size = ((rspAspMainDataEnd - rspAspMainDataStart) * sizeof(u64)) - 1; - //task->ucode = D_801120C0; - //task->ucode_data = rspAspMainDataStart; task->ucode_size = 0x1000; task->dram_stack = NULL; task->dram_stack_size = 0; |
