summaryrefslogtreecommitdiffstats
path: root/src/common/arm64/native_clock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework time service to fix time passing offline.Kelebek12024-01-241-14/+10
|
* arm: NativeClock: Special handling for bad system counter clock frequency reportingCharles Lombardo2023-11-031-1/+20
| | | | On some devices, checking the system counter clock frequency will return 0. Substitute in the correct values to prevent issues.
* common: add arm64 native clockLiam2023-10-081-0/+72