summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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