// // FMOD::ChannelControl::setReverbProperties from 0x18000e270 to 0x18000e3a1 (305 bytes) // // 6 xrefs: // > FMOD_ChannelGroup_SetReverbProperties @ 0x1800c5399 // > FMOD_Channel_SetReverbProperties @ 0x1800c5a09 // > @ 0x18017dc6c // > @ 0x18017dca0 // > @ 0x180194348 // > @ 0x1801f6c00 // // 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::ChannelControl::setReverbProperties(__int64 a1, unsigned int a2) { int v3; // ebp unsigned int v4; // esi int v5; // ebx int v6; // eax __int64 v8; // [rsp+30h] [rbp-148h] BYREF __int64 v9; // [rsp+38h] [rbp-140h] BYREF _BYTE v10[256]; // [rsp+40h] [rbp-138h] BYREF v8 = 0; v3 = a1; v4 = sub_180012360(a1, &v9, &v8); if ( (v4 || (v4 = (*(__int64 (__fastcall **)(__int64, _QWORD))(*(_QWORD *)v9 + 104LL))(v9, a2)) != 0) && *((char *)off_1801AED20 + 16) < 0 ) { v5 = sub_1800F2EC0(v10, 256, a2); v6 = sub_1800F2F70(&v10[v5]); sub_1800F2F20(&v10[v6 + v5], (unsigned int)(256 - (v6 + v5))); sub_1800B20E0(v4, 4, v3, (unsigned int)"ChannelControl::setReverbProperties", (__int64)v10); } if ( v8 ) sub_180102320(); return v4; }