Revert an accidental ruby change.

I made a change to ruby/input/joypad/udev.cpp while diagnosing a problem
with higan's rumble behaviour on Linux, and accidentally committed it
in 15b3dc8b0b as part of a documentation
change.
This commit is contained in:
Tim Allen 2017-08-24 22:09:49 +10:00
parent 56293c585b
commit d060904b8d
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ struct InputJoypadUdev {
}
auto rumble(uint64_t id, bool enable) -> bool {
print("Joypad ", id, " rumble: ", enable, "\n");
for(auto& jp : joypads) {
if(jp.hid->id() != id) continue;
if(!jp.hid->rumble()) continue;