summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/surfaces/wiimote/wiimote.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/wiimote/wiimote.cc b/libs/surfaces/wiimote/wiimote.cc
index 8b48d7378f..b3f891172a 100644
--- a/libs/surfaces/wiimote/wiimote.cc
+++ b/libs/surfaces/wiimote/wiimote.cc
@@ -68,7 +68,7 @@ WiimoteControlProtocol::wiimote_callback(cwiid_wiimote_t *wiimote, int mesg_coun
//std::cerr << "1" << std::endl;
}
if (b & CWIID_BTN_B) {
- transport_stop();
+ // just a B doesn't do anything
//std::cerr << "B" << std::endl;
}
if (b & CWIID_BTN_A && button_state & CWIID_BTN_B) {