mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
input: allow running pad thread without emulation
This commit is contained in:
parent
0db7ab64ee
commit
1a61a7a39f
2 changed files with 17 additions and 9 deletions
|
|
@ -363,7 +363,10 @@ void pad_thread::operator()()
|
|||
}
|
||||
}
|
||||
|
||||
update_pad_states();
|
||||
if (Emu.IsRunning())
|
||||
{
|
||||
update_pad_states();
|
||||
}
|
||||
|
||||
m_info.now_connect = connected_devices + num_ldd_pad;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue