Advertisement
Guest User

recalbox.conf

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