// // FMOD::DSP::disconnectAll from 0x1800a13d0 to 0x1800a1505 (309 bytes) // // 5 xrefs: // > FMOD_DSP_DisconnectAll @ 0x1800c5b15 // > @ 0x180185f58 // > @ 0x180185f8c // > @ 0x180194348 // > @ 0x1801fb004 // // 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::disconnectAll(__int64 a1, char a2, char a3) { int v5; // r14d unsigned int v6; // esi __int64 v7; // r9 int v8; // ebx int v9; // eax __int64 v11; // [rsp+30h] [rbp-148h] BYREF __int64 v12; // [rsp+38h] [rbp-140h] BYREF _BYTE v13[256]; // [rsp+40h] [rbp-138h] BYREF v11 = 0; v5 = a1; v6 = FMOD::DSPI::validate(a1, &v12, &v11); if ( (v6 || (v6 = sub_180095EA0(v12, a2, a3, v7)) != 0) && *((char *)off_1801AED20 + 16) < 0 ) { v8 = sub_1800F3320(v13); v9 = sub_1800F2F70(&v13[v8]); sub_1800F3320(&v13[v9 + v8]); sub_1800B20E0(v6, 7, v5, (unsigned int)"DSP::disconnectAll", (__int64)v13); } if ( v11 ) sub_180102320(); return v6; }