mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 00:45:37 +00:00
Silent some compiler warnings
This commit is contained in:
parent
d5fb7180d0
commit
01ffaab3e0
7 changed files with 19 additions and 19 deletions
|
|
@ -621,6 +621,8 @@ bool ds4_pad_handler::bindPadToDevice(std::shared_ptr<Pad> pad, const std::strin
|
|||
pad->m_vibrateMotors.emplace_back(false, 0);
|
||||
|
||||
bindings.emplace_back(device_id, pad);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void ds4_pad_handler::ThreadProc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue