Rename is_fake_move to fit other devices

This commit is contained in:
Florin9doi 2024-05-11 19:03:17 +03:00 committed by Megamouse
parent a50683d6ca
commit aa8fbf8102
4 changed files with 14 additions and 14 deletions

View file

@ -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);
}