mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 07:08:46 +00:00
really
This commit is contained in:
parent
a2264e9bd0
commit
c9ece44207
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue