// // FMOD_OS_CriticalSection_Enter from 0xe7080 to 0xe7098 (24 bytes) // // 4 xrefs: // > .FMOD_OS_CriticalSection_Enter @ 0x107f2c // > @ 0x66a0 // > .FMOD_OS_CriticalSection_Enter @ 0x107f24 // > @ 0x110858 // // 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_OS_CriticalSection_Enter(pthread_mutex_t *a1) { __int64 v1; // x0 v1 = pthread_mutex_lock(a1); return sub_E7350(v1); }