index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
time
/
time.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: time: Setup the network clock with the local clock context
Morph
2021-04-08
1
-1
/
+1
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-2
/
+2
*
service: time: Update current time with changes to RTC setting.
bunnei
2020-10-13
1
-8
/
+1
*
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
2020-04-15
1
-0
/
+1
*
services: time: Implement CalculateSpanBetween.
bunnei
2020-03-27
1
-0
/
+1
*
service: time: Implement GetStandardLocalSystemClock.
bunnei
2020-01-05
1
-0
/
+1
*
service: time: Implement GetClockSnapshotFromSystemClockContext.
bunnei
2020-01-04
1
-0
/
+1
*
service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.
bunnei
2020-01-04
1
-0
/
+1
*
service: time: Rewrite implementation of glue services.
bunnei
2020-01-04
1
-76
/
+24
*
Deglobalize System: Time
David Marcec
2019-09-22
1
-1
/
+3
*
Addressed issues
David Marcec
2019-06-26
1
-0
/
+1
*
Implement Time::GetSharedMemoryNativeHandle
David Marcec
2019-06-25
1
-2
/
+8
*
service/time: Fill in some structures and remove padding where not necessary
Lioncash
2018-12-30
1
-5
/
+7
*
Implemented CalculateStandardUserSystemClockDifferenceByUser
David Marcec
2018-11-17
1
-0
/
+1
*
Added maybe_unused
David Marcec
2018-11-10
1
-0
/
+1
*
Implement GetClockSnapshot
David Marcec
2018-11-09
1
-0
/
+18
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+1
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
Service/time: implement posix time to calendar conversion
mailwl
2018-06-01
1
-10
/
+18
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
time: Add GetStandardLocalSystemClock, used by libnx
shinyquagsire23
2018-02-22
1
-0
/
+1
*
time: Implement ISteadyClock::GetCurrentTimePoint.
bunnei
2018-01-26
1
-0
/
+6
*
time: Stub GetSystemClockContext function.
bunnei
2018-01-25
1
-0
/
+7
*
time: Stub out GetTotalLocationNameCount and some cleanup.
bunnei
2018-01-19
1
-1
/
+1
*
time: Refactor time:* to use a single shared module
Rozlette
2018-01-18
1
-9
/
+13
*
TIME: consolidate time:* interfaces, stub functions and structs
Rozlette
2018-01-17
1
-0
/
+36
*
time: Implement GetStandardUserSystemClock, GetCurrentTime.
bunnei
2018-01-15
1
-0
/
+16