Matches for audio/external (#273)

A lot of these matches come from observing the external audio
 stuff in SM64 and realizing that a bunch a couple of the structs
 in MK64 are just expanded version of their SM64 counterpart.

Presumably all the expansions are for handling the doppler effect,
 although I can't say that with certainty

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
Tyler McGavran
2022-11-16 01:32:09 -05:00
committed by GitHub
parent 5f88765dd4
commit a4faefbc20
33 changed files with 2580 additions and 3554 deletions
+1
View File
@@ -31,5 +31,6 @@ extern s32 gUnknownData_800F6290[32];
extern f32 gHeadsetPanVolume[128];
extern f32 gStereoPanVolume[128];
extern f32 gDefaultPanVolume[128];
extern u32 gAudioRandom;
#endif