summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_service.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-24Rework time service to fix time passing offline.Kelebek11-217/+0
2023-06-18time_zone_service: Always write time zone rule datalat9nq1-8/+2
2023-06-05time: Implement missing servicesNarr the Reg1-3/+54
2023-03-01service: move hle_ipc from kernelLiam1-7/+7
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-2/+2
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-2/+2
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-8/+7
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-09-29style: Remove extra space preceding the :: operatorMorph1-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-12/+12
2021-04-19general: Write buffers before pushing raw argumentsMorph1-2/+4
2021-04-09ITimeZoneService: Update to 12.xgerman771-0/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+3
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-2/+2
2020-01-23service: time: Implement ToPosixTimeWithMyRule.bunnei1-1/+23
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+148