summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/touchscreen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added missing start/end touch attributes to touchscreenDavid Marcec2018-11-191-1/+11
|
* hid/controller: Default the destructors of all controller types in the cpp fileLioncash2018-10-181-0/+1
| | | | | | These classes are non-trivial and are definitely going to be changed in the future, so we default these to prevent issues with forward declarations, and to keep the compiler from inlining tear-down code.
* Removed unneeded forward declarationsDavid Marcec2018-10-101-6/+1
|
* Addressed changes for better hidDavid Marcec2018-10-101-4/+10
|
* "Better Hid" rework part 1David Marcec2018-10-101-0/+61