summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/system_clock_core.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-26service: Eliminate cases of member shadowingLioncash1-5/+5
Resolves a few localized instances of member variable shadowing. Brings us a little closer to turning shadowing warnings into errors.
2020-04-18time/system_clock_core: Remove unnecessary initializerLioncash1-1/+1
This is already initialized within the class body.
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+72