Merge pull request #107 from InvoxiPlayGames/get_capabilities_flags_fix

fix XamInputGetCapabilities breaking subtypes
This commit is contained in:
Radosław Gliński 2022-12-20 09:05:13 +01:00 committed by GitHub
commit 78ff40af90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {