mirror of
https://github.com/n64decomp/mk64
synced 2026-08-19 13:23:37 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user