mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12: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
|
@ -98,11 +98,11 @@ bool hid_pad_handler<Device>::Init()
|
|||
}
|
||||
|
||||
template <class Device>
|
||||
void hid_pad_handler<Device>::ThreadProc()
|
||||
void hid_pad_handler<Device>::process()
|
||||
{
|
||||
update_devices();
|
||||
|
||||
PadHandlerBase::ThreadProc();
|
||||
PadHandlerBase::process();
|
||||
}
|
||||
|
||||
template <class Device>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue