index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
time
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
time_zone: Use std::chrono::seconds for strong typing.
bunnei
2020-05-12
1
-1
/
+1
*
hle: service: time_zone_manager: Use current time zone setting.
bunnei
2020-05-11
2
-3
/
+32
*
Merge pull request #3730 from lioncash/time
bunnei
2020-04-23
1
-24
/
+26
|
\
|
*
service/time: Remove reliance on the global system accessor
Lioncash
2020-04-19
1
-24
/
+26
*
|
Merge pull request #3698 from lioncash/warning
bunnei
2020-04-21
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
time_zone_manager: Resolve sign conversion warnings
Lioncash
2020-04-16
1
-2
/
+2
*
|
time/system_clock_core: Remove unnecessary initializer
Lioncash
2020-04-17
1
-1
/
+1
*
|
service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const
Lioncash
2020-04-17
1
-1
/
+1
*
|
service/time: Add virtual destructors where applicable
Lioncash
2020-04-17
3
-2
/
+3
*
|
service: time: Update for new shared memory layout.
bunnei
2020-04-17
1
-3
/
+2
|
/
*
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-16
1
-7
/
+7
|
\
|
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
1
-7
/
+7
*
|
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
2020-04-14
3
-1
/
+25
|
/
*
services: time: Implement CalculateSpanBetween.
bunnei
2020-03-27
3
-1
/
+31
*
time_zone_content_manager: Fix out of bounds read
ReinUsesLisp
2020-03-18
1
-1
/
+1
*
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-02-11
4
-4
/
+8
*
service: time: Implement ToPosixTimeWithMyRule.
bunnei
2020-01-22
4
-1
/
+34
*
time: Fix month off-by-one error.
bunnei
2020-01-20
1
-2
/
+2
*
service: time: Implement GetStandardLocalSystemClock.
bunnei
2020-01-04
3
-1
/
+9
*
time: Remove overflow error checking (currently breaks ADO builds).
bunnei
2020-01-04
2
-18
/
+2
*
service: time: Implement GetClockSnapshotFromSystemClockContext.
bunnei
2020-01-04
3
-3
/
+27
*
service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.
bunnei
2020-01-04
5
-1
/
+51
*
service: time: Rewrite implementation of glue services.
bunnei
2020-01-04
34
-444
/
+2806
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
2
-2
/
+12
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
2
-2
/
+12
*
|
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
2
-3
/
+3
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-13
/
+13
|
/
*
Deglobalize System: Time
David Marcec
2019-09-22
4
-14
/
+21
*
Addressed issues
David Marcec
2019-06-26
5
-37
/
+53
*
Implement Time::GetSharedMemoryNativeHandle
David Marcec
2019-06-26
6
-28
/
+242
*
core/core_timing_util: Amend casing of cyclesTo* functions
Lioncash
2019-06-04
1
-2
/
+2
*
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-06-04
1
-4
/
+5
*
service: Update service function tables
Lioncash
2019-04-11
1
-2
/
+8
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-2
/
+5
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-3
/
+3
*
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
1
-6
/
+4
*
time: Use custom RTC settings if applicable for game
Zach Hilman
2019-01-07
1
-6
/
+10
*
service/time: Minor cleanup to GetClockSnapshot()
Lioncash
2018-12-29
1
-7
/
+9
*
service/time: Fill in some structures and remove padding where not necessary
Lioncash
2018-12-29
2
-7
/
+9
*
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-26
1
-7
/
+18
*
Implemented CalculateStandardUserSystemClockDifferenceByUser
David Marcec
2018-11-17
3
-1
/
+18
*
Added maybe_unused
David Marcec
2018-11-10
2
-2
/
+7
*
Added ToPosixTime & ToPosixTimeWithMyRule
David Marcec
2018-11-10
1
-2
/
+41
*
Added consts and static
David Marcec
2018-11-10
1
-6
/
+6
*
Implement GetClockSnapshot
David Marcec
2018-11-10
3
-21
/
+88
*
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-10
4
-0
/
+6
*
service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()
Lioncash
2018-08-07
1
-2
/
+2
*
Merge pull request #801 from lioncash/time
Mat M
2018-07-25
5
-60
/
+14
|
\
|
*
time: Add the time:a service
Lioncash
2018-07-25
3
-10
/
+11
|
*
time: Simplify interface creation
Lioncash
2018-07-24
5
-60
/
+13
[next]