// // sub_519E8 from 0x519e8 to 0x519f4 (12 bytes) // // 2 xrefs: // > FMOD_Channel_Get3DDistanceFilter @ 0x50df4 // > FMOD_ChannelGroup_Get3DDistanceFilter @ 0x5127c // // 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 sub_519E8(FMOD::ChannelControl *a1, __int64 a2, float *a3, float *a4) { __int64 v4; // x29 return FMOD::ChannelControl::get3DDistanceFilter(a1, (bool *)(v4 - 4), a3, a4); }