mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Qt/Input: enable XInput configs with disconnected devices
This commit is contained in:
parent
c5755b3633
commit
d6c4d8eec0
4 changed files with 32 additions and 6 deletions
|
|
@ -248,6 +248,11 @@ std::tuple<u16, u16> PadHandlerBase::ConvertToSquirclePoint(u16 inX, u16 inY, in
|
|||
return std::tuple<u16, u16>(newX, newY);
|
||||
}
|
||||
|
||||
int PadHandlerBase::max_devices()
|
||||
{
|
||||
return m_max_devices;
|
||||
}
|
||||
|
||||
bool PadHandlerBase::has_config()
|
||||
{
|
||||
return b_has_config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue