feat: controller type polling

This commit is contained in:
2026-08-08 22:23:45 -04:00
parent 00c682b896
commit fdef90f8e7
4 changed files with 35 additions and 0 deletions
+4
View File
@@ -165,6 +165,10 @@ void C_4JInput::GetText(uint16_t *UTF16String)
InternalKeyboard.GetText(UTF16String);
}
const char* C_4JInput::PollControllerType(int ipad) {
return InternalInputManager.GetGamepadType(ipad);
}
bool C_4JInput::VerifyStrings(WCHAR **pwStringA, int iStringC, int (*Func)(LPVOID, STRING_VERIFY_RESPONSE *), LPVOID lpParam)
{
return true;