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
/
interface.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
service: Append service name prefix to common filenames
Morph
1
-42
/
+0
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
1
-2
/
+2
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-1
/
+1
2020-04-15
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
1
-1
/
+1
2020-03-27
services: time: Implement CalculateSpanBetween.
bunnei
1
-1
/
+1
2020-01-05
service: time: Implement GetStandardLocalSystemClock.
bunnei
1
-1
/
+1
2020-01-04
service: time: Implement GetClockSnapshotFromSystemClockContext.
bunnei
1
-1
/
+1
2020-01-04
service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.
bunnei
1
-1
/
+1
2020-01-04
service: time: Rewrite implementation of glue services.
bunnei
1
-9
/
+8
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+1
2019-09-22
Deglobalize System: Time
David Marcec
1
-2
/
+2
2019-06-25
Implement Time::GetSharedMemoryNativeHandle
David Marcec
1
-5
/
+6
2019-04-11
service: Update service function tables
Lioncash
1
-2
/
+8
2018-11-17
Implemented CalculateStandardUserSystemClockDifferenceByUser
David Marcec
1
-1
/
+2
2018-11-09
Implement GetClockSnapshot
David Marcec
1
-1
/
+1
2018-09-11
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
1
-0
/
+2
2018-07-25
time: Add the time:a service
Lioncash
1
-6
/
+6
2018-07-24
time: Simplify interface creation
Lioncash
1
-7
/
+8
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
1
-0
/
+11
2018-02-23
time: Add missing time:s functions, used for libnx
shinyquagsire23
1
-0
/
+4
2018-01-21
service/time: remove accidental #pragmas
tgsm
1
-2
/
+0
2018-01-19
time: Add new line to ends of files.
bunnei
1
-1
/
+1
2018-01-18
time: Refactor time:* to use a single shared module
Rozlette
1
-0
/
+20
2018-01-17
TIME: consolidate time:* interfaces, stub functions and structs
Rozlette
1
-58
/
+0
2018-01-15
time: Implement GetStandardUserSystemClock, GetCurrentTime.
bunnei
1
-0
/
+58