summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/clock_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-4/+4
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-4/+4
| | | | This completes the removal of the old UUID implementation.
* service: Migrate to the new UUID implementationMorph2022-02-051-4/+4
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-2/+2
| | | | Transition to PascalCase for result names.
* service: time: Setup the network clock with the local clock contextMorph2021-04-081-1/+7
| | | | Setting the network time allows some time based events using the network clock to not reset.
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-13/+13
| | | | | This requires making several types trivial and properly initialize them whenever they are called.
* time: Remove overflow error checking (currently breaks ADO builds).bunnei2020-01-041-9/+1
|
* service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei2020-01-041-0/+20
|
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-0/+91