mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
fix AddLddPad when more than one ldd pad
This commit is contained in:
parent
f7536bbce0
commit
dce81d4a66
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ s32 pad_thread::AddLddPad()
|
|||
// Look for first null pad
|
||||
for (u32 i = 0; i < CELL_PAD_MAX_PORT_NUM; i++)
|
||||
{
|
||||
if (g_cfg_input.player[i]->handler == pad_handler::null)
|
||||
if (g_cfg_input.player[i]->handler == pad_handler::null && !m_pads[i]->ldd)
|
||||
{
|
||||
m_pads[i]->ldd = true;
|
||||
num_ldd_pad++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue