mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 12:34:37 +00:00
really
This commit is contained in:
parent
a2264e9bd0
commit
c9ece44207
@ -758,7 +758,7 @@ void ActivateOutputsFromInputs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
u8 GetGamepadIndexFromJoystickId(SDL_JoystickID id) {
|
u8 GetGamepadIndexFromJoystickId(SDL_JoystickID id) {
|
||||||
return SDL_GetGamepadPlayerIndex(SDL_GetGamepadFromID(id));
|
return SDL_GetGamepadPlayerIndex(SDL_GetGamepadFromID(id)) + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Input
|
} // namespace Input
|
||||||
|
Loading…
Reference in New Issue
Block a user