1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-06 07:56:32 +00:00

Decompile code_800E6840.c / osAiSetNextBuffer.c (#143)

* Decompile code_800E6840.c / osAiSetNextBuffer.c

* move status' assignment outside the condition
This commit is contained in:
Random 2020-05-16 15:31:35 +02:00 committed by GitHub
parent 63985a0011
commit b9999bbb13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 43 additions and 97 deletions

View file

@ -1997,7 +1997,7 @@ void func_800E301C(void* callback);
// ? func_800E6818(?);
// ? func_800E6840(?);
// ? func_800E6880(?);
// ? func_800E68C0(?);
s32 osAiSetNextBuffer(void *, u32);
void Audio_NoteSetVelPanReverb(Note* note, NoteSubEu* sub, Reverb* reverb);
void Audio_NoteSetResamplingRate(NoteSubEu* noteSubEu, f32 resamplingRateInput);
void Audio_NoteInit(Note* note);