MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / Stop

Method Stop

pcsx2/SPU2/spu2sys.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void V_Voice::Stop()
231{
232 ADSR.Value = 0;
233 ADSR.Phase = V_ADSR::PHASE_STOPPED;
234}
235
236__forceinline void CounterUpdate(u32 DMAICounter)
237{

Callers 2

DecodeSamplesFunction · 0.45
CalculateADSRFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected