// // FMOD_OS_Time_GetUs from 0xe6c6c to 0xe6cc8 (92 bytes) // // 4 xrefs: // > .FMOD_OS_Time_GetUs @ 0x1099ec // > @ 0x6b38 // > .FMOD_OS_Time_GetUs @ 0x1099e4 // > @ 0x1115b8 // // 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 FMOD_OS_Time_GetUs() { __int64 v1; // x0 int v2; // w8 __int64 v3; // x10 int v4; // w9 __int64 v5; // [xsp+0h] [xbp-30h] BYREF if ( (unsigned int)sub_E7408(1, &v5) ) return 28; v1 = sub_E73B8(); if ( !v4 ) *(_DWORD *)(v3 + 440) = v2; return sub_E7414(v1); }