input: implement basic copiloting

This commit is contained in:
Megamouse
2025-05-25 22:42:53 +02:00
parent ae35430c96
commit 382e62c7d8
18 changed files with 212 additions and 82 deletions

View File

@@ -283,7 +283,7 @@ void gui_pad_thread::run()
void gui_pad_thread::process_input()
{
if (!m_pad || !(m_pad->m_port_status & CELL_PAD_STATUS_CONNECTED))
if (!m_pad || !m_pad->is_connected())
{
return;
}