mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
- fix analog_t required for some games
- changing mapping to better fit to games (for example, select is rarely used) Signed-off-by: Nicolas Adenis-Lamarre <nicolas.adenis.lamarre@gmail.com>
This commit is contained in:
parent
37b46df738
commit
0023716053
3 changed files with 17 additions and 9 deletions
|
|
@ -14,7 +14,10 @@ enum class gun_button
|
|||
btn_2,
|
||||
btn_3,
|
||||
btn_4,
|
||||
btn_5
|
||||
btn_5,
|
||||
btn_6,
|
||||
btn_7,
|
||||
btn_8
|
||||
};
|
||||
|
||||
class evdev_gun_handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue