// // sub_519C4 from 0x519c4 to 0x519d0 (12 bytes) // // 2 xrefs: // > FMOD_Channel_GetDelay @ 0x50c6c // > FMOD_ChannelGroup_GetDelay @ 0x510f0 // // 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_519C4(FMOD::ChannelControl *a1, unsigned __int64 *a2, unsigned __int64 *a3) { __int64 v3; // x29 return FMOD::ChannelControl::getDelay(a1, a2, a3, (bool *)(v3 - 4)); }