summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/controller_base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-41/+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-0/+5
|
* service: hid: Introduce firmware settings and update activate controller callsNarr the Reg2023-11-171-2/+7
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-1/+1
|
* hid: Fix controller connection/disconnectiongerman772021-11-251-1/+1
|
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* removed unneeded semicolonDavid Marcec2019-09-221-1/+1
|
* RebaseDavid Marcec2019-09-221-3/+3
|
* Deglobalize System: HidDavid Marcec2019-09-221-2/+2
|
* controller_base: Default the base class constructor and destructor in the cpp fileLioncash2018-10-181-0/+2
| | | | The destructor doesn't need to be a pure-virtual function.
* Addressed changes for better hidDavid Marcec2018-10-101-2/+3
|
* "Better Hid" rework part 1David Marcec2018-10-101-0/+27