79 Commits (52fa30ab7d25e37fe748f2874a3fbdc0bfaf224f)

Author SHA1 Message Date
Morph 52fa30ab7d service: Reduce header include overhead 5 years ago
Morph d66442a4e1 service: Append service name prefix to common filenames 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
bunnei 9f1abd8188 hle: kernel: Migrate KClientPort to KAutoObject. 5 years ago
bunnei 83b96b7264 hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. 5 years ago
bunnei 8b224f05c9 hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. 5 years ago
Morph bebb8afcbf time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot 5 years ago
Morph b8a414cea0 time: Fix GetClockSnapshotFromSystemClockContext 5 years ago
Morph b5f17081d0 service: time: Setup the network clock with the local clock context 5 years ago
Morph a2fbcd2831 service: time: Fix CalculateStandardUserSystemClockDifferenceByUser 5 years ago
Morph d63d7bce9c time: Fix CalculateSpanBetween implementation 5 years ago
Morph e715bfd945 time: Assign the current time point to the ClockSnapshot 5 years ago
bunnei 3d70b4a4ea core: hle: kernel: Rename Thread to KThread. 5 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
Lioncash 346271b80b service: Eliminate usages of the global system instance 5 years ago
bunnei 3fb8109c94 service: time: Update current time with changes to RTC setting. 6 years ago
David ecaac59acd ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 6 years ago
VolcaEM 9338a6a1cf service: Update function tables 6 years ago
Fernando Sahmkow 7ee76003ad General: Recover Prometheus project from harddrive failure 6 years ago
Lioncash 8bcb8b177c service/time: Remove reliance on the global system accessor 6 years ago
bunnei ba413f9277 service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. 6 years ago
bunnei 748ddc628c services: time: Implement CalculateSpanBetween. 6 years ago
Fernando Sahmkow 6fc0790f3a Core: Set all hardware emulation constants in a single file. 6 years ago
bunnei 18e502d636 service: time: Implement GetStandardLocalSystemClock. 6 years ago
bunnei 2fef8d9feb service: time: Implement GetClockSnapshotFromSystemClockContext. 6 years ago
bunnei 0d1c9fe2a9 service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. 6 years ago
bunnei ac22daaf4f service: time: Rewrite implementation of glue services. 6 years ago
Lioncash 0ab5dd8c7f service: Update function tables 6 years ago
Lioncash 20d6637c03 service: Resolve sign conversion errors 6 years ago
David Marcec 7675b98419 Deglobalize System: Time 7 years ago
David Marcec 3c8723cb74 Addressed issues 7 years ago
David Marcec dac62b07bf Implement Time::GetSharedMemoryNativeHandle 7 years ago
Lioncash debd00b300 core/core_timing_util: Amend casing of cyclesTo* functions 7 years ago
Lioncash 97882b84a8 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Zach Hilman 63e948f483 settings: Use std::chrono::seconds instead of s64 for RTC 7 years ago
Zach Hilman 921ea45baf time: Use custom RTC settings if applicable for game 7 years ago
Lioncash 27d7f8b625 service/time: Minor cleanup to GetClockSnapshot() 7 years ago
Lioncash 6a13d386c8 service/time: Fill in some structures and remove padding where not necessary 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
David Marcec f60294d740 Implemented CalculateStandardUserSystemClockDifferenceByUser 7 years ago
David Marcec 86b1318f42 Added maybe_unused 8 years ago
David Marcec c1282d3b75 Added ToPosixTime & ToPosixTimeWithMyRule 8 years ago
David Marcec c1fc0d7991 Added consts and static 8 years ago
David Marcec 594e1b7121 Implement GetClockSnapshot 8 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 8 years ago
Lioncash 0c0bdb7d9e service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() 8 years ago
Lioncash 11931ccf6a time: Add the time:a service 8 years ago
Lioncash bf002d355b time: Simplify interface creation 8 years ago