summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/clock_types.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-4/+4
This completes the removal of the old UUID implementation.
2022-02-05service: Migrate to the new UUID implementationMorph1-4/+4
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-2/+2
Transition to PascalCase for result names.
2021-04-08service: time: Setup the network clock with the local clock contextMorph1-1/+7
Setting the network time allows some time based events using the network clock to not reset.
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-13/+13
This requires making several types trivial and properly initialize them whenever they are called.
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