summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-5/+1
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-1/+1
* hle: kernel: Rename SharedMemory to KSharedMemory.bunnei2021-02-191-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-1/+1
* service: irs: Update for new shared memory layout.bunnei2020-04-171-3/+3
* Deglobalize System: IRSDavid Marcec2019-09-221-3/+3
* core_timing: Convert core timing into a classLioncash2019-02-161-1/+1
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-1/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-18/+36
* Stubbed IRS (#1349)David2018-09-241-18/+140
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+4
* service/hid: Add irs servicesLioncash2018-07-261-0/+49