// // FMOD_DSP_GetInput from 0x5144c to 0x51458 (12 bytes) // // 4 xrefs: // > .FMOD_DSP_GetInput @ 0x1094cc // > @ 0x8068 // > .FMOD_DSP_GetInput @ 0x1094c4 // > @ 0x111328 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // char *__fastcall FMOD_DSP_GetInput(FMOD::DSP *a1, int a2, FMOD::DSP **a3, FMOD::DSPConnection **a4) { if ( a1 ) return (char *)FMOD::DSP::getInput(a1, a2, a3, a4); else return (char *)&off_18 + 7; }