chore: cleanup GetControllerType

This commit is contained in:
2026-09-12 17:31:10 -04:00
parent e6ff0039f4
commit 0440f9974b
4 changed files with 18 additions and 6 deletions
+1 -4
View File
@@ -177,10 +177,7 @@ void C_4JInput::GetText(uint16_t *UTF16String)
EControllerType C_4JInput::GetControllerType(int iPad)
{
if(InternalInputManager.IsPadConnected(iPad))
{
return InternalInputManager.GetControllerType(iPad); //strk13r - mrow mrow mrow mrowwwwwwwwwww, i am silly kitty
}
return InternalInputManager.GetControllerType(iPad); //strk13r - mrow mrow mrow mrowwwwwwwwwww, i am silly kitty
}
bool C_4JInput::VerifyStrings(WCHAR **pwStringA, int iStringC, int (*Func)(LPVOID, STRING_VERIFY_RESPONSE *), LPVOID lpParam)