mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
handle some more warnings
This commit is contained in:
parent
8ebe02ce32
commit
f48589005d
9 changed files with 24 additions and 35 deletions
|
|
@ -297,7 +297,7 @@ void mm_joystick_handler::GetNextButtonPress(const std::string& padId, const std
|
|||
|
||||
if (cur_pad != padId)
|
||||
{
|
||||
cur_pad == padId;
|
||||
cur_pad = padId;
|
||||
id = GetIDByName(padId);
|
||||
if (id < 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue