summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/clock_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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