// // FMOD_OS_Time_Sleep from 0x1800c17f0 to 0x1800c1801 (17 bytes) // // 17 xrefs: // > sub_1800B22D0 @ 0x1800b2420 // > sub_1800B22D0 @ 0x1800b2460 // > sub_1800B25E0 @ 0x1800b2620 // > sub_1800B3B20 @ 0x1800b3b50 // > sub_1800B5FA0 @ 0x1800b60d1 // > sub_1800B7760 @ 0x1800b77be // > sub_1800B7820 @ 0x1800b78be // > sub_1800B8460 @ 0x1800b8505 // > sub_1800BE5C0 @ 0x1800be627 // > sub_1800BF120 @ 0x1800bf18d // > sub_1800C7270 @ 0x1800c7420 // > sub_1800D15C0 @ 0x1800d1643 // > sub_1800DE9A0 @ 0x1800dea75 // > sub_1800DFF40 @ 0x1800e00d4 // > sub_1800DFF40 @ 0x1800e02dd // > @ 0x180194348 // > @ 0x1801fdc2c // // 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_Time_Sleep(DWORD a1) { Sleep(a1); return 0; }