Advertisement
Guest User

Untitled

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