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