Advertisement
Guest User

jeanrpi

a guest
Apr 6th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. # System Variable
  2. # You can configure your recalbox from here
  3. # To set a variable, remove the first ; on the line
  4.  
  5.  
  6.  
  7. # ------------ A - System Options ----------- #
  8. ## Recalbox Manager (http manager)
  9. system.manager.enabled=1
  10.  
  11. ## Recalbox API (REST)
  12. system.api.enabled=0
  13.  
  14. ## EmulationStation menu style
  15. ## default -> default all options menu
  16. ## none -> no menu except the game search menu
  17. ## bartop -> less menu, only needed for bartops
  18. system.es.menu=default
  19.  
  20. ## Emulator special keys
  21. ## default -> default all special keys
  22. ## nomenu -> cannot popup the emulator menu
  23. ## none -> no special keys in emulators
  24. system.emulators.specialkey=default
  25.  
  26. ## Show or hide kodi in emulationstation (0,1)
  27. kodi.enabled=1
  28. ## Start kodi at launch (0,1)
  29. kodi.atstartup=0
  30. ## set x button shortcut (0,1)
  31. kodi.xbutton=0
  32.  
  33. ## Kodi can wait for a network component before starting
  34. ## waithost is the ip or hostname that must answer to a ping to validate the availability
  35. ## waittime is the maximum time waited when kodi boots
  36. ## if waitmode is required, kodi will not start if the component is not available
  37. ## if waitmode is wish, kodi will start if the component is not available
  38. ## if waitmode is not set or has an other value, kodi will start immediatly
  39. ;kodi.network.waitmode=required
  40. ;kodi.network.waittime=10
  41. ;kodi.network.waithost=192.168.0.50
  42.  
  43. # ------------ B - Network ------------ #
  44. ## Set system hostname
  45. system.hostname=RECALBOX
  46. ## Activate wifi (0,1)
  47. wifi.enabled=1
  48. ## Wifi SSID (string)
  49. wifi.ssid=Livebox-DAC
  50. ## Wifi KEY (string)
  51. wifi.key=gamecube
  52. ## Samba share
  53. system.samba.enabled=1
  54. ### Virtual Gamepads
  55. system.virtual-gamepads.enabled=1
  56. ### SSH
  57. system.ssh.enabled=1
  58.  
  59. # ------------ C - Audio ------------ #
  60. ## Set the audio device (auto, hdmi, jack)
  61. audio.device=auto
  62. ## Set system volume (0..100)
  63. audio.volume=91
  64. ## Enable or disable system sounds in ES (0,1)
  65. audio.bgmusic=0
  66.  
  67.  
  68.  
  69. # -------------- D - Controllers ----------------- #
  70. # Enable support for standard bluetooth controllers
  71. controllers.bluetooth.enabled=1
  72.  
  73.  
  74. ## Please enable only one of these
  75. # -------------- D1 - PS3 Controllers ------------ #
  76. ##Enable PS3 controllers support
  77. controllers.ps3.enabled=1
  78. ## Choose an driver beetween official, shanwan and gasia if you have dualshock clones (official,shanwan,gasia)
  79. controllers.ps3.driver=official
  80.  
  81.  
  82. # ------------ D2 - XBOX Controllers ------------ #
  83. ## Xbox controllers are already supported, but xboxdrv can solve some compatibility issues
  84. ## Enable xboxdrv driver, disable this if you enabled ps3 controllers (0,1)
  85. controllers.xboxdrv.enabled=0
  86. ## Set the amount of controllers to use with xboxdrv (0..4)
  87. controllers.xboxdrv.nbcontrols=2
  88.  
  89.  
  90. # ------------ D3 - GPIO Controllers ------------ #
  91. ## GPIO Controllers
  92. ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
  93. controllers.gpio.enabled=0
  94. ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
  95. controllers.gpio.args=map=1,2
  96.  
  97.  
  98. ## DB9 Controllers
  99. ## Enable DB9 drivers for atari, megadrive, amiga controllers (0,1)
  100. controllers.db9.enabled=0
  101. ## db9 arguments
  102. controllers.db9.args=map=1
  103.  
  104. ## Gamecon controllers
  105. ## Enable gamecon controllers, for nes, snes psx (0,1)
  106. controllers.gamecon.enabled=0
  107. ## gamecon_args
  108. controllers.gamecon.args=map=1
  109.  
  110. ## XGaming's XArcade Tankstik and other compatible devices
  111. controllers.xarcade.enabled=0
  112.  
  113.  
  114.  
  115. # ------------ F - Language and keyboard ------------ #
  116. ## Set the language of the system (fr_FR,en_US,en_GB,de_DE,pt_BR,es_ES,it_IT,eu_ES,tr_TR,zh_CN)
  117. system.language=fr_FR
  118. ## set the keyboard layout (fr,en,de,us,es)
  119. ;system.kblayout=us
  120. ## Set you local time
  121. ## Select your timezone from : ls /usr/share/zoneinfo/ (string)
  122. ;system.timezone=Europe/Paris
  123.  
  124.  
  125.  
  126. # ------------ G - UPDATES ------------ #
  127. ## Automatically check for updates at start (0,1)
  128. updates.enabled=1
  129. # default : stable ; set to unstable to get the next version currently beeing tested. set to nightly at your own risk to get the developpment version.
  130. updates.type=unstable
  131.  
  132.  
  133. # ------------ H - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ #
  134. ## The global value will be used for all emulators, exept if the value
  135. ## is redifined in the emulator
  136.  
  137. ## Set game resolution for emulators
  138. ## select your mode from the command : tvservice -m [MODE]
  139. ## CEA 5 HDMI : 1920x1080 @ 60Hz 16:9, clock:74MHz interlaced
  140. ## CEA 4 HDMI : 1280x720 @ 60Hz 16:9, clock:74MHz progressive
  141. ## use 'default' for using the default resolution
  142. ## (string)
  143. global.videomode=CEA 4 HDMI
  144.  
  145. ## Shader set
  146. ## Automatically select shaders for all systems
  147. ## (none, retro, scanlines)
  148. global.shaderset=none
  149.  
  150. ## Set gpslp shader for all emulators (prefer shadersets above). Absolute path (string)
  151. global.shaders=
  152.  
  153. ## Set ratio for all emulators (auto,4/3,16/9,16/10,custom)
  154. global.ratio=auto
  155.  
  156. ## Set smooth for all emulators (0,1)
  157. global.smooth=1
  158.  
  159. ## Set rewind for all emulators (0,1)
  160. global.rewind=0
  161.  
  162. ## Set autosave/load savestate for all emulators (0,1)
  163. global.autosave=0
  164.  
  165. ## Enable retroarchievements (0,1)
  166. ## Set your www.retroachievements.org username/password
  167. global.retroachievements=0
  168. global.retroachievements.username=
  169. global.retroachievements.password=
  170.  
  171. ## Set retroarch input driver (auto, udev, sdl2)
  172. ## If you don't have issues with your controllers, let auto
  173. global.inputdriver=auto
  174.  
  175. ## If you do not want recalboxOS to generate the configuration for all emulators (string)
  176. ;global.configfile=/path/to/my/configfile.cfg
  177.  
  178. # ------------ I - EMULATORS CHOICES ----------- #
  179. ## You can override the global configuration here
  180. ## Here is the snes example
  181. ;snes.videomode=CEA 4 HDMI
  182. snes.core=snes9x_next
  183. ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp
  184. ;snes.ratio=16/9
  185. ;snes.smooth=0
  186. ;snes.rewind=1
  187. ;snes.autosave=0
  188. ;snes.emulator=libretro
  189. ## If you do not want recalboxOS to generate the configuration for the emulator :
  190. ;snes.configfile=/path/to/my/configfile.cfg
  191.  
  192. ## Default cores for RPi2
  193. snes.core=snes9x_next
  194. gba.core=mgba
  195. mame.core=mame078
  196. nes.core=fceunext
  197.  
  198. ## The rewind option is deactivated by default on these unsupported cores (don't edit please)
  199. virtualboy.rewind=0
  200. sega32x.rewind=0
  201. segacd.rewind=0
  202. psx.rewind=0
  203. fbalibretro.rewind=0
  204. vectrex.rewind=0
  205.  
  206. ## NeoGeo emulator
  207. ## You can use pifba or a libretro core (fba2x,libretro)
  208. neogeo.emulator=libretro
  209. ## If you set libretro as neogeo.emulator, the line below sets the retroarch core (fba,imame4all)
  210. neogeo.core=fba
  211.  
  212. ## N64 emulator is configured to display a screen with a 640x480 resolution (native n64 resolution)
  213. ## So you must use one of these video modes (DMT 4 HDMI,CEA 1 HDMI).
  214. ## If your screen is not compatible with one of these video modes, please check the recalbox's wiki.
  215. n64.videomode=DMT 4 HDMI
  216. ## If you are using a CRT screen, please change the setting above with this one :
  217. # n64.videomode=default
  218.  
  219.  
  220. n64.emulator=default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement