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

Function AXSetVoiceLoop

src/dolphin/src/ax/AXVPB.c:976–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974}
975
976void AXSetVoiceLoop(AXVPB* p, u16 loop)
977{
978 BOOL old;
979
980 old = OSDisableInterrupts();
981 p->pb.addr.loopFlag = loop;
982 p->sync |= AX_SYNC_FLAG_COPYLOOP;
983 OSRestoreInterrupts(old);
984}
985
986void AXSetVoiceLoopAddr(AXVPB* p, u32 addr)
987{

Callers 1

fcbFunction · 0.85

Calls 1

OSDisableInterruptsFunction · 0.85

Tested by

no test coverage detected