mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
Silent some compiler warnings
This commit is contained in:
parent
d5fb7180d0
commit
01ffaab3e0
7 changed files with 19 additions and 19 deletions
|
|
@ -96,7 +96,8 @@ void pad_thread::Init(const u32 max_connect)
|
|||
thread = std::make_shared<std::thread>(&pad_thread::ThreadFunc, this);
|
||||
}
|
||||
|
||||
void pad_thread::SetRumble(const u32 pad, u8 largeMotor, bool smallMotor) {
|
||||
void pad_thread::SetRumble(const u32 pad, u8 largeMotor, bool smallMotor)
|
||||
{
|
||||
if (pad > m_pads.size())
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue