Advertisement
Guest User

fdhdfdffgd

a guest
Sep 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. video opengl
  2.  
  3. #
  4. # CORE CONFIGURATION OPTIONS
  5. #
  6. readconfig 1
  7. writeconfig 0
  8.  
  9. #
  10. # CORE SEARCH PATH OPTIONS
  11. #
  12. homepath .
  13. rompath "C:\Documents and Settings\PIRLO2\Desktop\sonny\roms\"
  14. hashpath hash
  15. samplepath samples
  16. artpath artwork
  17. ctrlrpath ctrlr
  18. inipath .;ini;ini/presets
  19. fontpath .
  20. cheatpath cheat
  21. crosshairpath crosshair
  22. pluginspath plugins
  23. languagepath language
  24. swpath software
  25.  
  26. #
  27. # CORE OUTPUT DIRECTORY OPTIONS
  28. #
  29. cfg_directory cfg
  30. nvram_directory nvram
  31. input_directory inp
  32. state_directory sta
  33. snapshot_directory snap
  34. diff_directory diff
  35. comment_directory comments
  36.  
  37. #
  38. # CORE STATE/PLAYBACK OPTIONS
  39. #
  40. state
  41. autosave 0
  42. playback
  43. record
  44. record_timecode 0
  45. exit_after_playback 0
  46. mngwrite
  47. aviwrite
  48. wavwrite
  49. snapname %g/%i
  50. snapsize auto
  51. snapview internal
  52. snapbilinear 1
  53. statename %g
  54. burnin 0
  55.  
  56. #
  57. # CORE PERFORMANCE OPTIONS
  58. #
  59. autoframeskip 0
  60. frameskip 0
  61. seconds_to_run 0
  62. throttle 1
  63. sleep 1
  64. speed 1.0
  65. refreshspeed 0
  66.  
  67. #
  68. # CORE RENDER OPTIONS
  69. #
  70. keepaspect 1
  71. unevenstretch 1
  72. unevenstretchx 0
  73. unevenstretchy 0
  74. autostretchxy 0
  75. intoverscan 0
  76. intscalex 0
  77. intscaley 0
  78.  
  79. #
  80. # CORE ROTATION OPTIONS
  81. #
  82. rotate 1
  83. ror 0
  84. rol 0
  85. autoror 0
  86. autorol 0
  87. flipx 0
  88. flipy 0
  89.  
  90. #
  91. # CORE ARTWORK OPTIONS
  92. #
  93. artwork_crop 0
  94. use_backdrops 1
  95. use_overlays 1
  96. use_bezels 1
  97. use_cpanels 1
  98. use_marquees 1
  99.  
  100. #
  101. # CORE SCREEN OPTIONS
  102. #
  103. brightness 1.0
  104. contrast 1.0
  105. gamma 1.0
  106. pause_brightness 0.65
  107. effect none
  108.  
  109. #
  110. # CORE VECTOR OPTIONS
  111. #
  112. beam_width_min 1.0
  113. beam_width_max 1.0
  114. beam_intensity_weight 0
  115. flicker 0
  116.  
  117. #
  118. # CORE SOUND OPTIONS
  119. #
  120. samplerate 48000
  121. samples 1
  122. volume 0
  123.  
  124. #
  125. # CORE INPUT OPTIONS
  126. #
  127. coin_lockout 1
  128. ctrlr
  129. mouse 0
  130. joystick 1
  131. lightgun 0
  132. multikeyboard 0
  133. multimouse 0
  134. steadykey 0
  135. ui_active 0
  136. offscreen_reload 0
  137. joystick_map auto
  138. joystick_deadzone 0.3
  139. joystick_saturation 0.85
  140. natural 0
  141. joystick_contradictory 0
  142. coin_impulse 0
  143.  
  144. #
  145. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  146. #
  147. paddle_device keyboard
  148. adstick_device keyboard
  149. pedal_device keyboard
  150. dial_device keyboard
  151. trackball_device keyboard
  152. lightgun_device keyboard
  153. positional_device keyboard
  154. mouse_device mouse
  155.  
  156. #
  157. # CORE DEBUGGING OPTIONS
  158. #
  159. verbose 0
  160. log 0
  161. oslog 0
  162. debug 0
  163. update_in_pause 0
  164. debugscript
  165.  
  166. #
  167. # CORE COMM OPTIONS
  168. #
  169. comm_localhost 0.0.0.0
  170. comm_localport 15112
  171. comm_remotehost 127.0.0.1
  172. comm_remoteport 15112
  173.  
  174. #
  175. # CORE MISC OPTIONS
  176. #
  177. drc 1
  178. drc_use_c 0
  179. drc_log_uml 0
  180. drc_log_native 0
  181. bios
  182. cheat 0
  183. skip_gameinfo 0
  184. uifont default
  185. ui cabinet
  186. ramsize
  187. confirm_quit 0
  188. ui_mouse 1
  189. autoboot_command
  190. autoboot_delay 0
  191. autoboot_script
  192. console 0
  193. plugins 1
  194. plugin
  195. noplugin
  196. language English
  197.  
  198. #
  199. # HTTP SERVER OPTIONS
  200. #
  201. http 0
  202. http_port 8080
  203. http_root web
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement