// // sub_51A00 from 0x51a00 to 0x51a0c (12 bytes) // // 2 xrefs: // > FMOD_Channel_GetVolumeRamp @ 0x50b10 // > FMOD_ChannelGroup_GetVolumeRamp @ 0x50f88 // // 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_51A00(FMOD::ChannelControl *a1) { __int64 v1; // x29 return FMOD::ChannelControl::getVolumeRamp(a1, (bool *)(v1 - 4)); }