// // FMOD_System_IsRecording from 0x50780 to 0x507b8 (56 bytes) // // 4 xrefs: // > .FMOD_System_IsRecording @ 0x1086cc // > @ 0x73a8 // > .FMOD_System_IsRecording @ 0x1086c4 // > @ 0x110c28 // // 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 FMOD_System_IsRecording(FMOD::System *a1, int a2, __int64 a3) { __int64 result; // x0 bool v5; // [xsp+Ch] [xbp-4h] BYREF if ( !a1 ) return 31; result = FMOD::System::isRecording(a1, a2, &v5); if ( a3 ) { if ( !(_DWORD)result ) return sub_519AC(); } return result; }