mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
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…
x
Reference in New Issue
Block a user