forked from cafeberry/4JLibs
fix: default return for GetControllerType
This commit is contained in:
@@ -376,6 +376,7 @@ EControllerType C_4JInput::GetControllerType(int iPad)
|
||||
{
|
||||
return InternalInputManager.GetControllerType(iPad); //strk13r - mrow mrow mrow mrowwwwwwwwwww, i am silly kitty
|
||||
}
|
||||
return EControllerType_Default;
|
||||
}
|
||||
|
||||
bool C_4JInput::VerifyStrings(WCHAR **pwStringA, int iStringC, int (*Func)(LPVOID, STRING_VERIFY_RESPONSE *), LPVOID lpParam)
|
||||
|
||||
Reference in New Issue
Block a user