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
/
ControllerEmu.h
Age
Commit message (
Expand
)
Author
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-10-01
InputCommon: Get rid of multiple identical define macros
Lioncash
2015-09-12
Use official names for GameCube controller sticks
JosJuice
2015-07-30
Wiimote: Extend emulated Wiimote reconnect-on-button-press to attachments.
Admiral H. Curtiss
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-04-27
InputCommon/Core: Get rid of some virtual destructor warnings
Lioncash
2014-09-04
Controller Interface: Remove "using namespace" in header file.
Rohit Nirmal
2014-09-04
Checkbox for iteration
MikeRavenelle
2014-09-03
Change ControlState typedef to double, and change all related floats/doubles ...
Rachel Bryk
2014-08-24
Merge pull request #810 from lioncash/controller-interface
Pierre Bourdon
2014-08-23
windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from...
Shawn Hoffman
2014-08-19
msvc: resolve all warnings in DolphinWX.
Shawn Hoffman
2014-08-15
InputCommon: Don't base default radius of analog sticks off of their name.
Lioncash
2014-07-11
ControllerEmu: Remove focus-checking code from the rest of ControllerEmu
Jasper St. Pierre
2014-07-11
ControllerEmu: Make BackgroundInput a global setting through the virtualization
Jasper St. Pierre
2014-07-11
ControllerEmu: Virtualize settings
Jasper St. Pierre
2014-07-11
ControllerEmu: Change the GetState interface to remove range/base
Jasper St. Pierre
2014-07-11
ControllerEmu: Clean up the code that applies the modifier
Jasper St. Pierre
2014-07-11
ControllerEmu: Always convert to polar coordinates and back
Jasper St. Pierre
2014-07-11
ControllerEmu: Remove support for the "Square Stick" option
Jasper St. Pierre
2014-07-11
Remove UDPWiimote feature
Jasper St. Pierre
2014-07-11
ControllerEmu: Constructors go on top
Jasper St. Pierre
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-01
Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. Al...
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