fix XamInputGetCapabilities breaking subtypes

This commit is contained in:
InvoxiPlayGames 2022-12-19 04:09:27 +00:00
parent 8c43160fc6
commit d13c3b7306
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ dword_result_t XamInputGetCapabilities_entry(
if ((flags & 4) != 0) {
//should trap
}
if (!flags) {
flags = 3;
}
if ((flags & 0xFF) && (flags & XINPUT_FLAG_GAMEPAD) == 0) {