mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 05:10:01 +03:00
wrong version
This commit is contained in:
parent
8616028534
commit
ed61b3ce0b
5 changed files with 45 additions and 8 deletions
|
@ -198,7 +198,7 @@ version(linux) {
|
|||
joystickMapping[player] = &xbox360Mapping;
|
||||
}
|
||||
} else if(event.number == 6) {
|
||||
if(event.value == 32767 && joystickMapping[player] is null) {
|
||||
if((event.value == 32767 || event.value == -32767) && joystickMapping[player] is null) {
|
||||
joystickMapping[player] = &ps1Mapping;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue