summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_service.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-19general: Write buffers before pushing raw argumentsMorph1-2/+4
For consistency with the rest of the service implementations
2021-04-09ITimeZoneService: Update to 12.xgerman771-0/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+3
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-2/+2
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer With the support of C++20, we can use concepts to deduce if a type is an STL container or not. * More agressive concept for stl containers * Add -fconcepts * Move to common namespace * Add Common::IsBaseOf
2020-01-23service: time: Implement ToPosixTimeWithMyRule.bunnei1-1/+23
- Used by Pokemon Mystery Dungeon.
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+148