mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Fix virtual pad in overlays
This commit is contained in:
parent
9db8aa14a3
commit
7641792b20
1 changed files with 1 additions and 0 deletions
|
@ -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++;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue