| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-11 | ControllerEmu: Virtualize settings | Jasper St. Pierre | |
| This will allow us to move Background Input to a global setting rather than a local setting. | |||
| 2014-07-11 | ControllerEmu: Remove support for the "Square Stick" option | Jasper 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-11 | ControllerEmu: Fix code style | Jasper St. Pierre | |
| 2014-07-11 | ControllerEmu: Remove unnecessary include | Jasper St. Pierre | |
| 2014-03-14 | Kill 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-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-13 | Fix IniFile to use string& instead of char* | Matthew Parlane | |
| Also removes .c_str() usages where found. | |||
| 2014-02-01 | Introduce the usage of unique_ptr into the InputCommon ControlEmu.h class. ↵ | Lioncash | |
| Allows for the automatic handling of resource deallocation. | |||
| 2014-01-30 | Remove some unnecessary comments, as pointed out by Matt_P. | Lioncash | |
| 2014-01-30 | Light 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-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
