Advertisement
Guest User

PiPlay snes9x.cfg

a guest
Nov 21st, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. snes9x.cfg
  2. ____________________________________________
  3.  
  4. [Keyboard]
  5. # Get codes from /usr/include/SDL/SDL_keysym.h
  6. A_1=100
  7. B_1=99
  8. X_1=115
  9. Y_1=120
  10. L_1=97
  11. R_1=102
  12. START_1=13
  13. SELECT_1=9
  14. LEFT_1=276
  15. RIGHT_1=275
  16. UP_1=273
  17. DOWN_1=274
  18. QUIT=27
  19. ACCEL=999
  20.  
  21. #player 2 keyboard controls
  22. A_2=100
  23. B_2=99
  24. X_2=115
  25. Y_2=120
  26. L_2=97
  27. R_2=102
  28. START_2=13
  29. SELECT_2=9
  30. LEFT_2=276
  31. RIGHT_2=275
  32. UP_2=273
  33. DOWN_2=274
  34.  
  35.  
  36. [Joystick]
  37. # Get codes from "jstest /dev/input/js0"
  38. # from package "joystick"
  39. #player 1 joystick controls
  40. A_1=1
  41. B_1=2
  42. X_1=0
  43. Y_1=3
  44. L_1=4
  45. R_1=5
  46. START_1=9
  47. SELECT_1=8
  48. #Joystick axis
  49. JA_LR_1=0
  50. JA_UD_1=1
  51.  
  52. #player 2 joystick controls
  53. A_2=1
  54. B_2=2
  55. X_2=0
  56. Y_2=3
  57. L_2=4
  58. R_2=5
  59. START_2=9
  60. SELECT_2=8
  61. #Joystick axis
  62. JA_LR_2=0
  63. JA_UD_2=1
  64.  
  65. #joystick options
  66. QUIT=0
  67. ACCEL=999
  68. QLOAD=10
  69. QSAVE=11
  70.  
  71. #XinMo (0=False, 1=True)
  72. XinMoEnabled=0
  73.  
  74. [Graphics]
  75. DisplaySmoothStretch=1
  76. # Display Effect: 0 none, 1 scanlines, 2 phospher
  77. # NOTE Phospher does not run at full speed
  78. DisplayEffect=0
  79. MaintainAspectRatio=1
  80. DisplayBorder=0
  81. AutoFrameskip=1
  82. Frameskip=200
  83. Transparency=1
  84. CPUCycles=100
  85.  
  86. [Sound]
  87. APUEnabled=1
  88. # Sound rates below as index, i.e. 7=44100 (some of these produce static)
  89. # 0, 8192, 11025, 16000, 22050, 29300, 32000, 44100
  90. SoundPlaybackRate=7
  91. InterpolatedSound=0
  92. _______________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement