MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / MIXInit

Function MIXInit

src/SB/Core/gc/iMix.c:290–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void MIXInit()
291{
292 for (int i = 0; i < (int)(sizeof(__MIXChannel) / sizeof(MIXChannel)); i++)
293 {
294 __MIXResetChannel(&__MIXChannel[i]);
295 }
296 __MIXDvdStreamAttenCurrent = 0;
297 __MIXDvdStreamAttenUser = 0;
298 __MIXSoundMode = OSGetSoundMode();
299}
300
301void MIXInitChannel(AXVPB* p, u32 mode, int input, int auxA, int auxB, int pan,
302 int span, int fader)

Callers 1

iSndInitFunction · 0.85

Calls 2

__MIXResetChannelFunction · 0.85
OSGetSoundModeFunction · 0.85

Tested by

no test coverage detected