// // sub_102CA4 from 0x102ca4 to 0x102ce0 (60 bytes) // // 4 xrefs: // > sub_101AD8 @ 0x101ae4 // > sub_101BE4 @ 0x101bf0 // > sub_101D30 @ 0x101d9c // > sub_1022D4 @ 0x102354 // // 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 // __n128 __fastcall sub_102CA4(__int64 a1, __int64 a2, __int64 a3, const double *a4) { __n128 result; // q0 vld1q_dup_f64(a4); result.n128_u64[0] = 0x3000000030000000LL; result.n128_u64[1] = 0x3000000030000000LL; return result; }