// // FMOD_DSP_GetInfo from 0x51614 to 0x51620 (12 bytes) // // 4 xrefs: // > .FMOD_DSP_GetInfo @ 0x10965c // > @ 0x4828 // > .FMOD_DSP_GetInfo @ 0x109654 // > @ 0x1113f0 // // 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_GetInfo(FMOD::DSP *a1, char *a2, unsigned int *a3, int *a4, int *a5, int *a6) { if ( a1 ) return (char *)FMOD::DSP::getInfo(a1, a2, a3, a4, a5, a6); else return (char *)&off_18 + 7; }