Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ reset_faders
Function
reset_faders
src/SB/Core/x/xSnd.cpp:361–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
void xSndStopChildren(U32 pid)
362
{
363
U32 i = 0;
364
xSndVoiceInfo* voice = gSnd.voice;
365
for (; i < 64; i++, voice++)
366
{
367
if ((voice->flags & 1) != 0 && voice->parentID == pid)
Callers
2
xSndInit
Function · 0.85
xSndExit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected