MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setBusConnect

Method setBusConnect

libs/JSystem/JAudio/System/JASDSPInterface.cpp:459–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void TChannel::setBusConnect(u8 idx, u8 tableIdx) {
460 Mixer *mixer = &_10[idx];
461 static u16 const connect_table[12] = {
462 0x0000, 0x0D00, 0x0D60, 0x0DC0,
463 0x0E20, 0x0E80, 0x0EE0, 0x0CA0,
464 0x0F40, 0x0FA0, 0x0B00, 0x09A0,
465 };
466 mixer->busConnect = connect_table[tableIdx];
467}
468}
469
470u16 DSP_CreateMap2(u32 p1) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected