index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
time
/
time_manager.cpp
Age
Commit message (
Expand
)
Author
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
2023-06-05
time: Implement missing services
Narr the Reg
2023-06-05
time: Remove auto timezone consideration
lat9nq
2023-06-05
time_manager: Don't offset RTC by system time zone
lat9nq
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
service: Migrate to the new UUID implementation
Morph
2021-11-03
core: Fix transitive include build errors
ameerj
2021-10-17
settings: Remove std::chrono usage
ameerj
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-04-26
service: Eliminate cases of member shadowing
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-08
service: time: Setup the network clock with the local clock context
Morph
2021-02-20
kernel: Fix resource release exception on exit
ameerj
2020-10-12
service: time: Update current time with changes to RTC setting.
bunnei
2020-05-12
time_zone: Use std::chrono::seconds for strong typing.
bunnei
2020-05-11
hle: service: time_zone_manager: Use current time zone setting.
bunnei
2020-01-04
service: time: Rewrite implementation of glue services.
bunnei