dolphin/Source/Core/InputCommon/Src/ControllerInterface
Jasper St. Pierre b64e882ba5 ExpressionParser: Parse fully qualified control names correctly
Without clearing out the "accumulator" for the backtick parsing,
our control name was full of junk (the previous device name) causing
us to not correctly find the control.

Ensure that always we clear the "accumulator" string during backtick
parsing.
2013-07-12 13:26:09 -04:00
..
Android InputCommon: Split Device stuff out 2013-06-25 00:58:30 -04:00
DInput DInputJoystick: Fix compile 2013-06-26 23:26:21 -04:00
OSX InputCommon: Split Device stuff out 2013-06-25 00:58:30 -04:00
SDL InputCommon: Split Device stuff out 2013-06-25 00:58:30 -04:00
XInput InputCommon: Split Device stuff out 2013-06-25 00:58:30 -04:00
Xlib InputCommon: Split Device stuff out 2013-06-25 00:58:30 -04:00
ControllerInterface.cpp InputCommon: Add a new ExpressionParser to replace the old hack language 2013-06-25 00:58:30 -04:00
ControllerInterface.h InputConfigDialog: Don't show "..." for complicated expressions 2013-06-29 18:28:14 -04:00
Device.cpp InputCommon: Split Device stuff out 2013-06-25 00:58:30 -04:00
Device.h InputCommon: Split Device stuff out 2013-06-25 00:58:30 -04:00
ExpressionParser.cpp ExpressionParser: Parse fully qualified control names correctly 2013-07-12 13:26:09 -04:00
ExpressionParser.h InputConfigDialog: Don't show "..." for complicated expressions 2013-06-29 18:28:14 -04:00