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:
Sonicadvance1 2009-08-02 09:24:07 +00:00
parent 8fd481fdfa
commit a56a07056d

View file

@ -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