Advertisement
Guest User

Untitled

a guest
Jul 30th, 2019
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. ; InputAutoCfg.ini for Mupen64Plus SDL Input plugin
  2.  
  3. ; Keyboard_START
  4. [Keyboard]
  5. plugged = True
  6. plugin = 2
  7. mouse = False
  8. DPad R = key(100)
  9. DPad L = key(97)
  10. DPad D = key(115)
  11. DPad U = key(119)
  12. Start = key(13)
  13. Z Trig = key(122)
  14. B Button = key(306)
  15. A Button = key(304)
  16. C Button R = key(108)
  17. C Button L = key(106)
  18. C Button D = key(107)
  19. C Button U = key(105)
  20. R Trig = key(99)
  21. L Trig = key(120)
  22. Mempak switch = key(44)
  23. Rumblepak switch = key(46)
  24. X Axis = key(276,275)
  25. Y Axis = key(273,274)
  26. ; Keyboard_END
  27.  
  28.  
  29.  
  30.  
  31.  
  32. ; USB Gamepad _START
  33. [USB Gamepad ]
  34. plugged = True
  35. plugin = 2
  36. mouse = False
  37. AnalogDeadzone = 4096,4096
  38. AnalogPeak = 32768,32768
  39. Mempak switch =
  40. Rumblepak switch =
  41. Start = button(9)
  42. R Trig = button(5)
  43. C Button D = button(1)
  44. A Button = button(2)
  45. C Button U = button(0)
  46. B Button = button(3)
  47. X Axis = axis(0-, 0+)
  48. Y Axis = axis(1-, 1+)
  49. Z Trig = button(4)
  50. ; USB Gamepad _END
  51.  
  52.  
  53.  
  54.  
  55. ; DragonRise Inc. Generic USB Joystick _START
  56. [DragonRise Inc. Generic USB Joystick ]
  57. plugged = True
  58. plugin = 2
  59. mouse = False
  60. AnalogDeadzone = 4096,4096
  61. AnalogPeak = 32768,32768
  62. DPad R = axis(0+)
  63. DPad L = axis(0-)
  64. DPAD D = axis(1+)
  65. DPAD U = axis(1-)
  66. Start = button(9)
  67. C Button U = button(0)
  68. C Button R = button(1)
  69. C Button D = button(2)
  70. C Button L = button(3)
  71. B Button = button(4)
  72. A Button = button(5)
  73. L Trig = button(6)
  74. R Trig = button(7)
  75. Z Trig = button(8)
  76. X Axis = axis(0-, 0+)
  77. Y Axis = axis(1-, 1+)
  78. ; DragonRise Inc. Generic USB Joystick _END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement