summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu.cpp
AgeCommit message (Collapse)Author
2014-07-11ControllerEmu: Virtualize settingsJasper St. Pierre
This will allow us to move Background Input to a global setting rather than a local setting.
2014-07-11ControllerEmu: Remove support for the "Square Stick" optionJasper St. Pierre
It was only used for really old joypads which we really don't want to support. If users have these joypads, they should look into using something at the OS level, as games shouldn't need to have this transformation; it should be done by the OS and driver.
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
Also changes some function params, but this is ok. Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Fix IniFile to use string& instead of char*Matthew Parlane
Also removes .c_str() usages where found.
2014-02-01Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. ↵Lioncash
Allows for the automatic handling of resource deallocation.
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
that litter this section of the codebase. Also clean up a little bit of the comments that describe the interface classes.
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre