// // FMOD::SystemI::createClientProfile from 0x69f44 to 0x69f98 (84 bytes) // // 1 xrefs: // > @ 0x53f8 // // 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::createClientProfile(FMOD::SystemI *this) { _QWORD *v1; // x19 __int64 result; // x0 v1 = (_QWORD *)((char *)this + 73968); if ( *((_QWORD *)this + 9246) ) return 28; result = sub_63624((__int64 *)this + 9246, 0, 0x2430u); if ( !(_DWORD)result ) return sub_83CAC(*v1); return result; }