summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu.cpp
AgeCommit message (Expand)Author
2015-10-03Merge pull request #3128 from lioncash/uniqueshuffle2
2015-10-03Merge pull request #3113 from lioncash/inputshuffle2
2015-10-03ControllerEmu: Use make_unique over raw newLioncash
2015-10-01InputCommon: Get rid of multiple identical define macrosLioncash
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-12Use official names for GameCube controller sticksJosJuice
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-01Add an option for wiimote battery.Rachel Bryk
2014-11-11Fix some double->float conversions.Rachel Bryk
2014-10-12ControllerEmu: Get rid of redundant string appendingLioncash
2014-09-04Checkbox for iterationMikeRavenelle
2014-09-04Fix a typo introduced by 5adbc83 in ControllerEmu.cpp.Rachel Bryk
2014-09-03Change ControlState typedef to double, and change all related floats/doubles ...Rachel Bryk
2014-08-15InputCommon: Don't base default radius of analog sticks off of their name.Lioncash
2014-08-11Set the default radius to 100 for non-gcpad analog sticks.Rachel Bryk
2014-07-11ControllerEmu: Virtualize settingsJasper St. Pierre
2014-07-11ControllerEmu: Remove support for the "Square Stick" optionJasper St. Pierre
2014-07-11ControllerEmu: Fix code styleJasper St. Pierre
2014-07-11ControllerEmu: Remove unnecessary includeJasper St. Pierre
2014-03-14Kill off some usages of c_str.Lioncash
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Fix IniFile to use string& instead of char*Matthew Parlane
2014-02-01Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. Al...Lioncash
2014-01-30Remove some unnecessary comments, as pointed out by Matt_P.Lioncash
2014-01-30Light cleanup to a little bit of InputCommon. Replaces much of the iterators ...Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre