// // FMOD_DSP_GetMeteringEnabled from 0x51694 to 0x516ec (88 bytes) // // 4 xrefs: // > .FMOD_DSP_GetMeteringEnabled @ 0x1096bc // > @ 0x25c0 // > .FMOD_DSP_GetMeteringEnabled @ 0x1096b4 // > @ 0x111420 // // 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_GetMeteringEnabled(FMOD::DSP *a1, _DWORD *a2, _DWORD *a3) { __int64 result; // x0 bool v6; // [xsp+8h] [xbp-18h] BYREF bool v7; // [xsp+Ch] [xbp-14h] BYREF if ( !a1 ) return 31; result = FMOD::DSP::getMeteringEnabled(a1, &v7, &v6); if ( !(_DWORD)result ) { if ( a2 ) *a2 = v7; result = 0; if ( a3 ) *a3 = v6; } return result; }