// // FMOD::DSP::setParameterInt from 0x1800a3e60 to 0x1800a3f57 (247 bytes) // // 5 xrefs: // > FMOD_DSP_SetParameterInt @ 0x1800c5ec9 // > @ 0x1801863b8 // > @ 0x1801863c8 // > @ 0x180194348 // > @ 0x1801fb4e4 // // 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::setParameterInt(__int64 a1, unsigned int a2, unsigned int a3) { int v5; // r14d unsigned int v6; // esi __int64 result; // rax int v8; // ebx int v9; // eax __int64 v10; // [rsp+30h] [rbp-148h] BYREF _BYTE v11[256]; // [rsp+40h] [rbp-138h] BYREF v5 = a1; v6 = FMOD::DSPI::validate(a1, &v10, nullptr); if ( v6 || (result = sub_18009C140(v10, a2, a3), (v6 = result) != 0) ) { if ( *((char *)off_1801AED20 + 16) < 0 ) { v8 = sub_1800F2EC0(v11, 256, a2); v9 = sub_1800F2F70(&v11[v8]); sub_1800F2EC0(&v11[v9 + v8], (unsigned int)(256 - (v9 + v8)), a3); sub_1800B20E0(v6, 7, v5, (unsigned int)"DSP::setParameterInt", (__int64)v11); } return v6; } return result; }