mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Input: rename misleading ThreadProc to process
This commit is contained in:
parent
e499c3c6e3
commit
a16d18d83c
8 changed files with 10 additions and 10 deletions
|
|
@ -889,7 +889,7 @@ bool keyboard_pad_handler::bindPadToDevice(std::shared_ptr<Pad> pad, u8 player_i
|
|||
return true;
|
||||
}
|
||||
|
||||
void keyboard_pad_handler::ThreadProc()
|
||||
void keyboard_pad_handler::process()
|
||||
{
|
||||
static const double stick_interval = 10.0;
|
||||
static const double button_interval = 10.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue