MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / LOADADPCM2

Function LOADADPCM2

Source/HLEAudio/ABI_ADPCM.cpp:456–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void LOADADPCM2(AudioHLECommand command)
457{
458 // Loads an ADPCM table - Works 100% Now 03-13-01
459 u32 address(command.Abi2LoadADPCM.Address );// + gAudioHLEState.Segments[(command.cmd1>>24)&0xf];
460 u16 count( command.Abi2LoadADPCM.Count );
461
462 gAudioHLEState.LoadADPCM( address, count );
463}
464
465void LOADADPCM3(AudioHLECommand command)
466{

Callers

nothing calls this directly

Calls 1

LoadADPCMMethod · 0.80

Tested by

no test coverage detected