overlays: ignore input if kb pad handler is active

This commit is contained in:
Megamouse 2022-04-25 18:44:28 +02:00
parent a1abc79f28
commit 8f14f392fd
5 changed files with 26 additions and 9 deletions

View file

@ -168,7 +168,7 @@ void pad_thread::Init()
}
cur_pad_handler->Init();
m_pads[i] = std::make_shared<Pad>(CELL_PAD_STATUS_DISCONNECTED, pad_settings[i].device_capability, pad_settings[i].device_type);
m_pads[i] = std::make_shared<Pad>(handler_type, CELL_PAD_STATUS_DISCONNECTED, pad_settings[i].device_capability, pad_settings[i].device_type);
if (is_ldd_pad)
{