aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/OsHle/Services/Time
AgeCommit message (Collapse)Author
2018-07-13TimeZone implements cmd 0, 1, 2, 3, 4 and 100 (#250)Thomas Guillemard
The implementation of the TimezoneRule isn't matching hardware but doesn't need to be accurate (games are only passing the value)
2018-07-02Some things for time:* (#211)Thomas Guillemard
- Fully implement ISystemClock - Implement ISteadyClock 1.0 cmds - Add cmd 300 to IStaticService - Add EphemeralNetwork to SystemClockType
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future ↵gdkchan
LLE implementation