Advertisement
Guest User

Recalbox.conf

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