// // sub_519F4 from 0x519f4 to 0x51a00 (12 bytes) // // 2 xrefs: // > FMOD_Channel_GetMute @ 0x50b6c // > FMOD_ChannelGroup_GetMute @ 0x50fe8 // // 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_519F4(FMOD::ChannelControl *a1) { __int64 v1; // x29 return FMOD::ChannelControl::getMute(a1, (bool *)(v1 - 4)); }