mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Rename is_fake_move to fit other devices
This commit is contained in:
parent
a50683d6ca
commit
aa8fbf8102
4 changed files with 14 additions and 14 deletions
|
|
@ -748,7 +748,7 @@ void PadHandlerBase::process()
|
|||
|
||||
pad->m_port_status |= CELL_PAD_STATUS_CONNECTED + CELL_PAD_STATUS_ASSIGN_CHANGES;
|
||||
|
||||
if (m_emulation && !pad->is_fake_move)
|
||||
if (m_emulation && !pad->is_fake_pad)
|
||||
{
|
||||
pad_state_notify_state_change(i, CELL_PAD_STATUS_CONNECTED);
|
||||
}
|
||||
|
|
@ -776,7 +776,7 @@ void PadHandlerBase::process()
|
|||
|
||||
pad->m_port_status |= CELL_PAD_STATUS_CONNECTED + CELL_PAD_STATUS_ASSIGN_CHANGES;
|
||||
|
||||
if (m_emulation && !pad->is_fake_move)
|
||||
if (m_emulation && !pad->is_fake_pad)
|
||||
{
|
||||
pad_state_notify_state_change(i, CELL_PAD_STATUS_CONNECTED);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue