summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/controller_base.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-24Use different timing for motiongerman1-0/+4
2019-09-22marked controller constructors as explicitDavid Marcec1-1/+1
2019-09-22RebaseDavid Marcec1-3/+5
2019-09-22Deglobalize System: HidDavid Marcec1-2/+6
2019-02-16core_timing: Convert core timing into a classLioncash1-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.
2018-10-18controller_base: Default the base class constructor and destructor in the cpp fileLioncash1-2/+2
The destructor doesn't need to be a pure-virtual function.
2018-10-10Addressed changes for better hidDavid Marcec1-2/+4
2018-10-10"Better Hid" rework part 1David Marcec1-0/+43