mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2024-11-23 07:59:53 +00:00
Add generic parallel port device config
This commit is contained in:
parent
bfe15a8c5f
commit
ea1b736f2b
15
parport/Generic_Parallel_Port_device.cfg
Normal file
15
parport/Generic_Parallel_Port_device.cfg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
input_device = "Generic Parallel Port device"
|
||||||
|
input_driver = "parport"
|
||||||
|
input_b_btn = "5"
|
||||||
|
input_y_btn = "10"
|
||||||
|
input_select_btn = "7"
|
||||||
|
input_start_btn = "6"
|
||||||
|
input_up_btn = "0"
|
||||||
|
input_down_btn = "1"
|
||||||
|
input_left_btn = "2"
|
||||||
|
input_right_btn = "3"
|
||||||
|
input_a_btn = "4"
|
||||||
|
input_x_btn = "12"
|
||||||
|
input_l_btn = "9"
|
||||||
|
input_r_btn = "8"
|
||||||
|
input_menu_toggle_btn = "11"
|
Loading…
Reference in New Issue
Block a user