mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 20:03:16 +02:00
More cleanups and revision.
This commit is contained in:
@@ -98,6 +98,7 @@ 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;
|
||||
|
Reference in New Issue
Block a user