mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Merge pull request #107 from InvoxiPlayGames/get_capabilities_flags_fix
fix XamInputGetCapabilities breaking subtypes
This commit is contained in:
commit
78ff40af90
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue