Ryujinx/Ryujinx.HLE/HOS/Services/Time/Clock
Thomas Guillemard 54b79dffa8 Implement time:* 4.0.0 commands (#736)
* Abstract SteadyClockCore to follow Nintendo changes in 4.x

This is the ground work for 4.0.0 support

* Implement TickBasedSteadyClockCore

Preparation for the ephemeral clock.

* Refactor SystemClockCore to follow 4.0.0 changes

* Implement EphemeralNetworkSystemClock

* Implement GetSnapshotClock & GetSnapshotClockFromSystemClockContext

* Implement CalculateStandardUserSystemClockDifferenceByUser & CalculateSpanBetween

* Remove an outdated comment & unused import

* Fix a nit and GetClockSnapshot

* Address comment
2019-07-25 11:44:51 -03:00
..
ClockTypes.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
EphemeralNetworkSystemClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
StandardLocalSystemClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
StandardNetworkSystemClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
StandardSteadyClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
StandardUserSystemClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
SteadyClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
SystemClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00
TickBasedSteadyClockCore.cs Implement time:* 4.0.0 commands (#736) 2019-07-25 11:44:51 -03:00