index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
Device.h
Age
Commit message (
Expand
)
Author
2018-04-12
Reformat all the things!
spycrab
2017-12-15
Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks
Leo Lam
2017-11-19
DeviceQualifier: small cleanup
Michael M
2017-11-19
GCPadEmu: only connected if default device connected
Michael Maltese
2017-11-10
ControllerInterface: invoke callbacks in AddDevice/RemoveDevice
Michael M
2017-06-03
Device: Provide operator!= counterparts to operator== for DeviceQualifier
Lioncash
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese
2016-07-29
ControllerInterface: Add RemoveDevice()
Léo Lam
2016-07-14
ControllerInterface: Make the ID assigning code common
Léo Lam
2016-06-26
ControllerInterface: Include memory to fix building without pch
Christian Widmer
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-25
ControllerInterface: Add synchronisation
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-05
General: Remove unimplemented function prototypes
Lioncash
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-11-28
HW: Remove UpdateOutput
Jasper St. Pierre
2014-11-28
ControllerInterface: Make UpdateInput / UpdateOutput return void
Jasper St. Pierre
2014-11-28
ControllerInterface: Remove unused ClearInputState
Jasper St. Pierre
2014-11-28
ControllerInterface: Implement dummy UpdateInput / UpdateOutputs
Jasper St. Pierre
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-03
Change ControlState typedef to double, and change all related floats/doubles ...
Rachel Bryk
2014-07-11
ControllerInterface: Gate the input based on our new background input setting
Jasper St. Pierre
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-01-30
Light cleanup to a little bit of InputCommon. Replaces much of the iterators ...
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre