// // FMOD::SystemI::setInternalCallback from 0x1800e7530 to 0x1800e75a3 (115 bytes) // // 2 xrefs: // > @ 0x180194348 // > @ 0x1801ffef4 // // 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::SystemI::setInternalCallback(__int64 a1, int a2, __int64 a3, __int64 a4) { __int64 v5; // rbp char v6; // cl v5 = a2; v6 = 0; if ( a1 ) { sub_1801021C0(a1, 21); v6 = 1; } *(_QWORD *)(a1 + 8 * v5 + 69592) = a3; *(_QWORD *)(a1 + 8 * v5 + 69600) = a4; if ( v6 && a1 ) sub_180102300(a1, 21); return 0; }