// // sub_519DC from 0x519dc to 0x519e8 (12 bytes) // // 2 xrefs: // > FMOD_Channel_IsPlaying @ 0x50bec // > FMOD_ChannelGroup_IsPlaying @ 0x5106c // // 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_519DC(FMOD::ChannelControl *a1) { __int64 v1; // x29 return FMOD::ChannelControl::isPlaying(a1, (bool *)(v1 - 4)); }