mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +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);
|
m_bindings.emplace_back(std::move(pad), nullptr, nullptr);
|
||||||
|
connected_devices++;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue