Advertisement
QuimeyTorres

Untitled

Mar 11th, 2018
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 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=WITTYPI # http://www.uugear.com/witty-pi-realtime-clock-power-management-for-raspberry-pi
  14. ;system.power.switch=PIN56ONOFF # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
  15. ;system.power.switch=PIN56PUSH # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
  16. ;system.power.switch=PIN356ONOFFRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
  17. ;system.power.switch=PIN356PUSHRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
  18.  
  19. ## fbcp FrameBuffer Copy Program
  20. ## For small TFT screen on GPIO and SPI
  21. ## See https://github.com/recalbox/recalbox-os/wiki/Utility---Use-of-fbcp-for-small-TFT-screen-%28EN%29 for details
  22. ## Needed for Waveshare 3.2" 3.5" TFT screen, 2.8" Adafruit screen
  23. ## See https://github.com/recalbox/recalbox-os/wiki/TFT-Screen-SPI-Bus-%28EN%29
  24. ## for support and configuration details needed by /boot/config.txt
  25. system.fbcp.enabled=0
  26.  
  27. ## Recalbox Manager (http manager)
  28. system.manager.enabled=1
  29. ## 1 or 2, depending on the manager version you wish
  30. system.manager.version=2
  31.  
  32. ## Recalbox security
  33. # enforce security
  34. # samba password required
  35. # disable virtual gamepads
  36. system.security.enabled=0
  37.  
  38. ## Recalbox API (REST)
  39. system.api.enabled=0
  40.  
  41. ## Allow a specific resolution for ES only from the command : tvservice -m [MODE]
  42. ## Leave commented for the default usual behaviour
  43. ;system.es.videomode=CEA 4 HDMI
  44.  
  45. ## EmulationStation
  46. ### menu style
  47. ### default -> default all options menu
  48. ### none -> no menu except the game search menu
  49. ### bartop -> less menu, only needed for bartops
  50. emulationstation.menu=default
  51. ### Select a system to show on boot (use rom directory name) (string)
  52. emulationstation.selectedsystem=favorites
  53. ### Show the gamelist of the first or selected system on boot (0,1)
  54. emulationstation.bootongamelist=0
  55. ### Disable system view ES will boot and show ONLY the first or selected system (0,1)
  56. emulationstation.hidesystemview=0
  57. ### Parse Gamelists only. Show only games listed in gamelist.xml files (0,1)
  58. emulationstation.gamelistonly=0
  59. ### Force basicgameList view to be displayed, even if your game systems are scraped (0,1)
  60. emulationstation.forcebasicgamelistview=0
  61.  
  62. ## Emulator special keys
  63. ## default -> default all special keys
  64. ## nomenu -> cannot popup the emulator menu
  65. ## none -> no special keys in emulators
  66. system.emulators.specialkeys=default
  67.  
  68. ## Show or hide kodi in emulationstation (0,1)
  69. kodi.enabled=1
  70. ## Start kodi at launch (0,1)
  71. kodi.atstartup=0
  72. ## set x button shortcut (0,1)
  73. kodi.xbutton=1
  74.  
  75. ## Allow a specific resolution for Kodi only from the command : tvservice -m [MODE]
  76. ## By default is using the default resolution of your screen
  77. kodi.videomode=default
  78.  
  79. ## Kodi can wait for a network component before starting
  80. ## waithost is the ip or hostname that must answer to a ping to validate the availability
  81. ## waittime is the maximum time waited when kodi boots
  82. ## if waitmode is required, kodi will not start if the component is not available
  83. ## if waitmode is wish, kodi will start if the component is not available
  84. ## if waitmode is not set or has another value, kodi will start immediately
  85. ;kodi.network.waitmode=required
  86. ;kodi.network.waittime=10
  87. ;kodi.network.waithost=192.168.0.50
  88.  
  89. ## Hyperion
  90. ## Hyperion allows you to use an ambilight like led system on your recalbox
  91. ## Use hypercon to create your configuration file, and copy it in /recalbox/share/system/configs/hyperion/hyperion.config.json
  92. hyperion.enabled=0
  93.  
  94.  
  95. # ------------ B - Network ------------ #
  96. ## Set system hostname
  97. system.hostname=RECALBOX
  98. ## Activate wifi (0,1)
  99. wifi.enabled=1
  100. ## Wifi SSID (string)
  101. wifi.ssid=Telecentro-FF1C
  102. ## Wifi KEY (string)
  103. ## after rebooting the recalbox, the "new key" is replace by a hidden value "enc:xxxxx"
  104. ## you can edit the "enc:xxxxx" value to replace by a clear value, it will be updated again at the following reboot
  105. ## Escape your special chars (# ; $) with a backslash : $ => \$
  106. wifi.key=enc:U2FsdGVkX19pnc4/yHH41PvMd0cgTpmBf7ZklUD1kkM=
  107.  
  108. # secondary wifi (not configurable via the user interface)
  109. ;wifi2.ssid=new ssid
  110. ;wifi2.key=new key
  111.  
  112. # third wifi (not configurable via the user interface)
  113. ;wifi3.ssid=new ssid
  114. ;wifi3.key=new key
  115.  
  116. ## Samba share
  117. system.samba.enabled=1
  118. ### Virtual Gamepads
  119. system.virtual-gamepads.enabled=1
  120. ### SSH
  121. system.ssh.enabled=1
  122.  
  123. # ------------ C - Audio ------------ #
  124. ## Set the audio device (auto, hdmi, jack)
  125. audio.device=auto
  126. ## Set system volume (0..100)
  127. audio.volume=90
  128. ## Enable or disable system sounds in ES (0,1)
  129. audio.bgmusic=1
  130.  
  131.  
  132.  
  133. # -------------- D - Controllers ----------------- #
  134. # Enable support for standard bluetooth controllers
  135. controllers.bluetooth.enabled=1
  136.  
  137.  
  138. ## Please enable only one of these
  139. # -------------- D1 - PS3 Controllers ------------ #
  140. ##Enable PS3 controllers support
  141. controllers.ps3.enabled=1
  142. ## Choose a driver between bluez, official and shanwan
  143. ## bluez -> bluez 5 + kernel drivers, support official and shanwan sisaxis
  144. ## official -> sixad drivers, support official and gasia sisaxis
  145. ## shanwan -> shanwan drivers, support official and shanwan sisaxis
  146. controllers.ps3.driver=bluez
  147.  
  148.  
  149. # ------------ D2 - GPIO Controllers ------------ #
  150. ## GPIO Controllers
  151. ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
  152. controllers.gpio.enabled=0
  153. ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
  154. controllers.gpio.args=map=1,2
  155.  
  156.  
  157. # ------------ D3 - Steam Controllers ------------ #
  158. ## Enable steam controller service
  159. controllers.steam.enabled=0
  160.  
  161.  
  162. ## DB9 Controllers
  163. ## Enable DB9 drivers for atari, megadrive, amiga controllers (0,1)
  164. controllers.db9.enabled=0
  165. ## db9 arguments
  166. controllers.db9.args=map=1
  167.  
  168. ## Gamecon controllers
  169. ## Enable gamecon controllers, for nes, snes psx (0,1)
  170. controllers.gamecon.enabled=0
  171. ## gamecon_args
  172. controllers.gamecon.args=map=1
  173.  
  174. ## XGaming's XArcade Tankstik and other compatible devices
  175. controllers.xarcade.enabled=1
  176.  
  177.  
  178.  
  179. # ------------ F - Language and keyboard ------------ #
  180. ## 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)
  181. system.language=es_ES
  182. ## set the keyboard layout (fr,en,de,us,es)
  183. ;system.kblayout=us
  184. ## Set you local time
  185. ## Select your timezone from : ls /usr/share/zoneinfo/ (string)
  186. ;system.timezone=Europe/Paris
  187.  
  188.  
  189.  
  190. # ------------ G - UPDATES ------------ #
  191. ## Automatically check for updates at start (0,1)
  192. updates.enabled=1
  193. # Update type : default to stable
  194. updates.type=stable
  195.  
  196.  
  197. # ------------ H - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ #
  198. ## The global value will be used for all emulators, except if the value
  199. ## is redefined in the emulator
  200.  
  201. ## Set game resolution for emulators
  202. ## select your mode from the command : tvservice -m [MODE]
  203. ## CEA 5 HDMI : 1920x1080 @ 60Hz 16:9, clock:74MHz interlaced
  204. ## CEA 4 HDMI : 1280x720 @ 60Hz 16:9, clock:74MHz progressive
  205. ## use 'default' for using the default resolution
  206. ## (string)global.videomode=default
  207.  
  208. ## Shader set
  209. ## Automatically select shaders for all systems
  210. ## (none, retro, scanlines)
  211. global.shaderset=none
  212.  
  213. ## Once enabled, your screen will be cropped, and you will have a pixel perfect image (0,1)
  214. global.integerscale=0
  215.  
  216. ## Set gpslp shader for all emulators (prefer shadersets above). Absolute path (string)
  217. global.shaders=
  218.  
  219. ## Set ratio for all emulators (auto,4/3,16/9,16/10,custom)
  220. global.ratio=auto
  221.  
  222. ## Set smooth for all emulators (0,1)
  223. global.smooth=1
  224.  
  225. ## Set rewind for all emulators (0,1)
  226. global.rewind=1
  227.  
  228. ## Set autosave/load savestate for all emulators (0,1)
  229. global.autosave=0
  230.  
  231. ## Enable retroarchievements (0,1)
  232. ## Set your www.retroachievements.org username/password
  233. ## Escape your special chars (# ; $) with a backslash : $ => \$
  234. global.retroachievements=0
  235. global.retroachievements.hardcore=0
  236. global.retroachievements.username=
  237. global.retroachievements.password=
  238.  
  239. ## Set retroarch input driver (auto, udev, sdl2)
  240. ## If you don't have issues with your controllers, let auto
  241. global.inputdriver=auto
  242.  
  243. ## If you do not want recalboxOS to generate the configuration for all emulators (string)
  244. ;global.configfile=/path/to/my/configfile.cfg
  245.  
  246. # ------------ I - EMULATORS CHOICES ----------- #
  247. ## You can override the global configuration here
  248. ## Here is the snes example
  249. ;snes.videomode=CEA 4 HDMI
  250. snes.core=snes9x_next
  251. ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp
  252. ;snes.ratio=16/9
  253. ;snes.smooth=0
  254. ;snes.rewind=1
  255. ;snes.autosave=0
  256. ;snes.emulator=libretro
  257. ;snes.integerscale=0
  258. ## If you do not want recalboxOS to generate the configuration for the emulator :
  259. ;snes.configfile=/path/to/my/configfile.cfg
  260.  
  261. ## Default cores for RPi3
  262. snes.core=snes9x_next
  263. gba.core=mgba
  264. mame.core=mame078
  265. nes.core=fceunext
  266.  
  267. ## NeoGeo emulator
  268. ## You can use pifba or a libretro core (fba2x,libretro)
  269. neogeo.emulator=libretro
  270. ## If you set libretro as neogeo.emulator, the line below sets the retroarch core (fba,imame4all)
  271. neogeo.core=fba
  272.  
  273. ## N64 emulator is configured to display a screen with a 640x480 resolution (native n64 resolution)
  274. ## So you must use one of these video modes (DMT 4 HDMI,CEA 1 HDMI).
  275. ## If your screen is not compatible with one of these video modes, please check the recalbox's wiki.
  276. n64.videomode=DMT 4 HDMI
  277. ## If you are using a CRT screen, please change the setting above with this one :
  278. # n64.videomode=default
  279.  
  280. ## Dreamcast emulator
  281. ## Like N64, such a CPU intensive emulator needs a small resolution
  282. ## Consider DMT 4 HDMI (640*480) or DMT 9 HDMI (800*600). If you have a black screen on dreamcast, try DMT 9 HDMI here
  283. dreamcast.videomode=DMT 4 HDMI
  284.  
  285. ## Configurations generated by Recalbox
  286. mastersystem.emulator=default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement