summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/controller_base.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
| | | | | | | | | | | Gets rid of the largest set of mutable global state within the core. This also paves a way for eliminating usages of GetInstance() on the System class as a follow-up. Note that no behavioral changes have been made, and this simply extracts the functionality into a class. This also has the benefit of making dependencies on the core timing functionality explicit within the relevant interfaces.
* controller_base: Default the base class constructor and destructor in the cpp fileLioncash2018-10-181-2/+2
| | | | The destructor doesn't need to be a pure-virtual function.
* Addressed changes for better hidDavid Marcec2018-10-101-2/+4
|
* "Better Hid" rework part 1David Marcec2018-10-101-0/+43