mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Fix virtual pad in overlays
This commit is contained in:
parent
e2a0c0d5c3
commit
b41eb0a2f7
|
|
@ -37,5 +37,6 @@ bool virtual_pad_handler::bindPadToDevice(std::shared_ptr<Pad> pad)
|
|||
}
|
||||
|
||||
m_bindings.emplace_back(std::move(pad), nullptr, nullptr);
|
||||
connected_devices++; // ??? FIXME: Why?
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue