summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_sharedmemory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-24Rework time service to fix time passing offline.Kelebek11-69/+0
2023-06-08time: Use compile time division for TimeSpanType conversionMorph1-2/+3
2023-05-12time: implement ContinuousAdjustmentTimePointLiam1-0/+19
2022-12-22time: add LockFreeAtomicTypeLiam1-8/+9
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-1/+1
2022-02-05service: Migrate to the new UUID implementationMorph1-1/+1
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
2021-05-06hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei1-10/+5
2021-04-26service: Eliminate cases of member shadowingLioncash1-2/+1
2021-02-19hle: kernel: Rename SharedMemory to KSharedMemory.bunnei1-1/+1
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-2/+1
2020-04-17service: time: Update for new shared memory layout.bunnei1-3/+2
2020-02-12Core: Set all hardware emulation constants in a single file.Fernando Sahmkow1-1/+2
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-32/+21
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-1/+1
2019-06-26Addressed issuesDavid Marcec1-19/+28
2019-06-25Implement Time::GetSharedMemoryNativeHandleDavid Marcec1-0/+59