Advertisement
Guest User

evilscytheman-InputAutoCfg.ini

a guest
Feb 10th, 2021
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 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.  
  33.  
  34.  
  35. ; Sony Computer Entertainment Wireless Controller_START
  36. [Sony Computer Entertainment Wireless Controller]
  37. plugged = True
  38. plugin = 2
  39. mouse = False
  40. AnalogDeadzone = 4096,4096
  41. AnalogPeak = 32768,32768
  42. Mempak switch = button(10)
  43. Rumblepak switch = button(11)
  44. C Button U = button(3) axis(5-)
  45. L Trig = button(4)
  46. C Button D = button(2) axis(5+)
  47. DPad U = hat(0 Up)
  48. DPad L = hat(0 Left)
  49. C Button L = axis(2-)
  50. Y Axis = axis(1-,1+)
  51. X Axis = axis(0-,0+)
  52. DPad R = hat(0 Right)
  53. Z Trig = button(6)
  54. C Button R = axis(2+)
  55. R Trig = button(5)
  56. B Button = button(0)
  57. DPad D = hat(0 Down)
  58. Start = button(8)
  59. A Button = button(1)
  60. ; Sony Computer Entertainment Wireless Controller_END
  61.  
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement