CR feedback

This commit is contained in:
Brad Hefta-Gaub 2015-11-02 15:35:30 -08:00
parent f532607cca
commit 02288e84e8

View file

@ -55,8 +55,8 @@ Input::NamedVector StandardController::getAvailableInputs() const {
makePair(LS, "LS"),
makePair(RS, "RS"),
makePair(LS, "LS_TOUCH"),
makePair(RS, "RS_TOUCH"),
makePair(LS_TOUCH, "LSTouch"),
makePair(RS_TOUCH, "RSTouch"),
// Center buttons
makePair(START, "Start"),