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