Missed a shadowed variable
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3928 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8fd481fdfa
commit
a56a07056d
|
@ -63,7 +63,7 @@ bool Search_Devices(std::vector<InputCommon::CONTROLLER_INFO> &_joyinfo, int &_N
|
|||
PadState[i].joy = SDL_JoystickOpen(PadMapping[i].ID);
|
||||
}
|
||||
|
||||
return Success;
|
||||
return WasGotten;
|
||||
}
|
||||
|
||||
// Return adjusted input values
|
||||
|
|
Loading…
Reference in New Issue