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
Age
Commit message (
Expand
)
Author
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
2023-11-25
time: undef GetCurrentTime for Windows
Liam
2023-08-02
Merge pull request #10839 from lat9nq/pgc-plus
liamwhite
2023-07-30
tz_content_man: Generate the time zone binary once
lat9nq
2023-07-21
settings: Require time zone setting value for stirng
lat9nq
2023-06-21
Merge pull request #10086 from Morph1984/coretiming-ng-1
bunnei
2023-06-20
time_zone_manager: Add null terminator
lat9nq
2023-06-20
time_zone_manager: Stop on comma
lat9nq
2023-06-17
time_zone_service: Always write time zone rule data
lat9nq
2023-06-15
time_zone_manager: Compare to the correct boolean
lat9nq
2023-06-07
time: Use compile time division for TimeSpanType conversion
Morph
2023-06-05
tz_manager: Fix comparison to wrong integer
lat9nq
2023-06-05
tz_manager: Implement missing transition times
lat9nq
2023-06-05
tz_manager: Warn on unimplemented code
lat9nq
2023-06-05
tz_manager: Fix character offset not advancing
lat9nq
2023-06-05
tz_manager: Fix off-by-one error
lat9nq
2023-06-05
time: Implement missing services
Narr the Reg
2023-06-05
time_zone_manager: Implement go_ahead/go_back
lat9nq
2023-06-05
tz_content_manager: Try the system time zone first
lat9nq
2023-06-05
time: Remove auto timezone consideration
lat9nq
2023-06-05
time_manager: Don't offset RTC by system time zone
lat9nq
2023-06-05
tz_content_manager: Detect system time zone
lat9nq
2023-05-11
time: implement ContinuousAdjustmentTimePoint
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2022-12-21
time: add LockFreeAtomicType
Liam
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-10-12
kernel: remove KWritableEvent
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-05-13
time_zone_manager: Use s8 for month length tables
Morph
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-11-03
core: Remove unused includes
ameerj
2021-10-17
settings: Remove std::chrono usage
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-10-05
Merge pull request #7115 from ameerj/log-compile
bunnei
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-01
common/logging: Reduce scope of fmt include
ameerj
2021-09-29
style: Remove extra space preceding the :: operator
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-18
service: time: Use GetFileRelative to get files within subdirectories
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
[next]