82 Commits (193b513bf544c5dab80d1a849ce62e59e872cd3a)

Author SHA1 Message Date
ameerj a1490d77ac hle_ipc: Rename ReadBufferSpan to ReadBuffer 4 years ago
ameerj 7ffd624248 service: Use ReadBufferSpan where it is trivial to do so 4 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
ameerj 7c4b6aab2e core: Remove unused includes 5 years ago
Morph 7bb2dd75cd service: Reduce header include overhead 5 years ago
Morph c6d7da88c7 service: Append service name prefix to common filenames 5 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
bunnei 0297448fbc hle: kernel: Migrate KClientPort to KAutoObject. 5 years ago
bunnei 7444963bbb hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. 5 years ago
bunnei 5e5933256b hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. 6 years ago
Morph 8285776603 time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot 5 years ago
Morph a223006c50 time: Fix GetClockSnapshotFromSystemClockContext 5 years ago
Morph 2283fccc1b service: time: Setup the network clock with the local clock context 5 years ago
Morph 28d3661a5c service: time: Fix CalculateStandardUserSystemClockDifferenceByUser 5 years ago
Morph 87cfe5b1da time: Fix CalculateSpanBetween implementation 6 years ago
Morph 2490ffbbce time: Assign the current time point to the ClockSnapshot 6 years ago
bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. 6 years ago
bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 6 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 6 years ago
bunnei 62c6c9f6a6 service: time: Update current time with changes to RTC setting. 6 years ago
David 9b75481755
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 6 years ago
VolcaEM 6a0010d0c6
service: Update function tables 6 years ago
Fernando Sahmkow e31425df38 General: Recover Prometheus project from harddrive failure 7 years ago
Lioncash bfee33cce3 service/time: Remove reliance on the global system accessor 6 years ago
bunnei eb676c343a service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. 6 years ago
bunnei a60f34a850 services: time: Implement CalculateSpanBetween. 7 years ago
Fernando Sahmkow 1e6f8aba04 Core: Set all hardware emulation constants in a single file. 7 years ago
bunnei be5c149d37 service: time: Implement GetStandardLocalSystemClock. 7 years ago
bunnei a4e840181c service: time: Implement GetClockSnapshotFromSystemClockContext. 7 years ago
bunnei fab2607c6b service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. 7 years ago
bunnei 78f977c980 service: time: Rewrite implementation of glue services. 7 years ago
Lioncash e21b6ff79d service: Update function tables 7 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 7 years ago
David Marcec 2c6e4ce0ad Deglobalize System: Time 7 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 bd983414f6 core_timing: Convert core timing into a class 8 years ago
Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing 8 years ago
Zach Hilman 05dbb47af5 settings: Use std::chrono::seconds instead of s64 for RTC 8 years ago
Zach Hilman dbb1eb9c29 time: Use custom RTC settings if applicable for game 8 years ago
Lioncash fa97f50bff service/time: Minor cleanup to GetClockSnapshot() 8 years ago
Lioncash af51f123fa service/time: Fill in some structures and remove padding where not necessary 8 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 8 years ago
David Marcec c440e8b8e1 Implemented CalculateStandardUserSystemClockDifferenceByUser 8 years ago
David Marcec 48cd61d9c8 Added maybe_unused 8 years ago
David Marcec ddc242dd51 Added ToPosixTime & ToPosixTimeWithMyRule 8 years ago
David Marcec 84c6134264 Added consts and static 8 years ago