// // FMOD_DSP_GetParameterBool from 0x51598 to 0x515d0 (56 bytes) // // 4 xrefs: // > .FMOD_DSP_GetParameterBool @ 0x1095fc // > @ 0x6820 // > .FMOD_DSP_GetParameterBool @ 0x1095f4 // > @ 0x1113c0 // // 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 // __int64 __fastcall FMOD_DSP_GetParameterBool(FMOD::DSP *a1, int a2, __int64 a3, char *a4, int a5) { __int64 result; // x0 bool v7; // [xsp+Ch] [xbp-4h] BYREF if ( !a1 ) return 31; result = FMOD::DSP::getParameterBool(a1, a2, &v7, a4, a5); if ( a3 ) { if ( !(_DWORD)result ) return sub_519AC(result); } return result; }