66 Commits (a60f34a850c3a17e501edfec9089121c23bb78a5)

Author SHA1 Message Date
bunnei a60f34a850 services: time: Implement CalculateSpanBetween. 6 years ago
ReinUsesLisp ac7ee21331 time_zone_content_manager: Fix out of bounds read 6 years ago
Fernando Sahmkow 1e6f8aba04 Core: Set all hardware emulation constants in a single file. 6 years ago
bunnei ed76c71319 service: time: Implement ToPosixTimeWithMyRule. 6 years ago
bunnei 7113236b30 time: Fix month off-by-one error. 6 years ago
bunnei be5c149d37 service: time: Implement GetStandardLocalSystemClock. 6 years ago
bunnei 361285add9 time: Remove overflow error checking (currently breaks ADO builds). 6 years ago
bunnei a4e840181c service: time: Implement GetClockSnapshotFromSystemClockContext. 6 years ago
bunnei fab2607c6b service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. 6 years ago
bunnei 78f977c980 service: time: Rewrite implementation of glue services. 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Lioncash e21b6ff79d service: Update function tables 6 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 6 years ago
David Marcec 2c6e4ce0ad Deglobalize System: Time 6 years ago
David Marcec f67039c067 Addressed issues 7 years ago
David Marcec 19dc36ce06 Implement Time::GetSharedMemoryNativeHandle 7 years ago
Lioncash 2548661c08 core/core_timing_util: Amend casing of cyclesTo* functions 7 years ago
Lioncash 42f5fd0ab3 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash ca96dc4676 service: Update service function tables 7 years ago
Lioncash bd983414f6 core_timing: Convert core timing into a class 7 years ago
Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Zach Hilman 05dbb47af5 settings: Use std::chrono::seconds instead of s64 for RTC 7 years ago
Zach Hilman dbb1eb9c29 time: Use custom RTC settings if applicable for game 7 years ago
Lioncash fa97f50bff service/time: Minor cleanup to GetClockSnapshot() 7 years ago
Lioncash af51f123fa service/time: Fill in some structures and remove padding where not necessary 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
David Marcec c440e8b8e1 Implemented CalculateStandardUserSystemClockDifferenceByUser 7 years ago
David Marcec 48cd61d9c8 Added maybe_unused 7 years ago
David Marcec ddc242dd51 Added ToPosixTime & ToPosixTimeWithMyRule 7 years ago
David Marcec 84c6134264 Added consts and static 7 years ago
David Marcec 4f78f5c0df Implement GetClockSnapshot 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 20c976ff2a service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() 8 years ago
Lioncash 3c1cb3b11e time: Add the time:a service 8 years ago
Lioncash a61124a9e7 time: Simplify interface creation 8 years ago
MerryMage 44646e2ea0 core_timing: Split off utility functions into core_timing_util 8 years ago
Lioncash c061c2bf3c hle/service: Make constructors explicit where applicable 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
mailwl 11568c2ea3 Service/time: implement posix time to calendar conversion 8 years ago
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 0197e28cc9
core_timing: Namespace all functions and constants in core_timing's header 8 years ago
Lioncash bd9c2aa51f
time: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago
Hexagon12 e52a87b98a Various service name fixes - part 2 (rebased) (#322) 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
shinyquagsire23 a63d4fa5b4 time: Add missing time:s functions, used for libnx 8 years ago
shinyquagsire23 944132dbe5 time: Add GetStandardLocalSystemClock, used by libnx 8 years ago
mailwl 335096e19a Service: stub some functions in am, audio, time, vi services 8 years ago
bunnei 8e1dbb26bd logger: Add Time service logging category. 8 years ago
bunnei 3258db29da time: Implement ISteadyClock::GetCurrentTimePoint. 8 years ago