summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/controller_base.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-55/+0
* service: hid: Remove data races when handling shared memoryNarr the Reg2024-01-041-1/+3
* service: hid: Use applet resource to get latest shared memory handleNarr the Reg2023-12-311-1/+7
* service: hid: Allow to create multiple instances of shared memoryNarr the Reg2023-12-141-3/+0
* service: hid: Introduce firmware settings and update activate controller callsNarr the Reg2023-11-171-1/+3
* service: hid: Access shared memory directlyNarr the Reg2022-04-231-4/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Reduce unused includesameerj2022-03-191-1/+0
* service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2021-11-251-0/+2
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-4/+4
* service/hid: Update debug pad, xpad, stubbed and controller base to use ring lifo and the emulated controllergerman772021-11-251-11/+0
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
* Use different timing for motiongerman2020-09-241-0/+4
* marked controller constructors as explicitDavid Marcec2019-09-221-1/+1
* RebaseDavid Marcec2019-09-221-3/+5
* Deglobalize System: HidDavid Marcec2019-09-221-2/+6
* core_timing: Convert core timing into a classLioncash2019-02-161-1/+6
* controller_base: Default the base class constructor and destructor in the cpp fileLioncash2018-10-181-2/+2
* Addressed changes for better hidDavid Marcec2018-10-101-2/+4
* "Better Hid" rework part 1David Marcec2018-10-101-0/+43