summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/clock_types.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-08time: Use compile time division for TimeSpanType conversionMorph1-5/+8
2023-05-12time: implement ContinuousAdjustmentTimePointLiam1-0/+12
2022-12-22time: add LockFreeAtomicTypeLiam1-0/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-4/+4
2022-02-05service: Migrate to the new UUID implementationMorph1-4/+4
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-2/+2
2021-04-08service: time: Setup the network clock with the local clock contextMorph1-1/+7
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-13/+13
2020-01-04time: Remove overflow error checking (currently breaks ADO builds).bunnei1-9/+1
2020-01-04service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei1-0/+20
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+91