// // sub_519D0 from 0x519d0 to 0x519dc (12 bytes) // // 2 xrefs: // > FMOD_Channel_GetPaused @ 0x50ac0 // > FMOD_ChannelGroup_GetPaused @ 0x50f34 // // 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_519D0(FMOD::ChannelControl *a1) { __int64 v1; // x29 return FMOD::ChannelControl::getPaused(a1, (bool *)(v1 - 4)); }