Releases: acidanthera/CpuTscSync
Releases · acidanthera/CpuTscSync
1.1.1
1.1.0
v1.1.0
- Added constants for macOS 14 support
1.0.9
v1.0.9
- Added constants for macOS 13 support
1.0.8
1.0.7
1.0.6
v1.0.6
- Override one more kernel method
IOPlatformActionsPostResume
to perform sync as early as possible - README extended with an additional hint related to
TSC_sync_margin=0
1.0.5
v1.0.5
- Fix issue with wakeup time: tsc sync is performed too early, so wakeup time can be incorrect, some app can crash with assertion failure: "currentTime >= wakeUpTime"
- Revert back tsc sync in VoodooTSCSync::setPowerState as a fallback for older systems
1.0.4
1.0.3
v1.0.3
- Added MacKernelSDK with Xcode 12 compatibility