mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-01-17 12:48:23 +01:00
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 15b3dc8b0bafc2ea1bce25979d1d4e867c4f8fc7 as part of a documentation change.
This commit is contained in:
parent
56293c585b
commit
d060904b8d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user