Advertisement
Guest User

recalboxconfig

a guest
Oct 11th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 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 - ES Options ----------- #
  8. ## EmulationStation menu style
  9. ## default -> default all options menu
  10. ## none -> no menu except the game search menu
  11. ## bartop -> less menu, only needed for bartops
  12. system.es.menu=default
  13.  
  14. ## Show or hide kodi in emulationstation (0,1)
  15. kodi.enabled=1
  16. ## Start kodi at launch (0,1)
  17. kodi.atstartup=0
  18. ## set x button shortcut (0,1)
  19. kodi.xbutton=1
  20.  
  21.  
  22.  
  23. # ------------ B - Network ------------ #
  24. ## Set system hostname
  25. system.hostname=RECALBOX
  26. ## Activate wifi (0,1)
  27. wifi.enabled=0
  28. ## Wifi SSID (string)
  29. wifi.ssid=
  30. ## Wifi KEY (string)
  31. wifi.key=
  32.  
  33.  
  34.  
  35. # ------------ C - Audio ------------ #
  36. ## Set the audio device (auto, hdmi, jack)
  37. audio.device=auto
  38. ## Set system volume (0..100)
  39. audio.volume=90
  40. ## Enable or disable system sounds in ES (0,1)
  41. audio.bgmusic=1
  42.  
  43.  
  44.  
  45. # -------------- D - Controllers ----------------- #
  46. # Enable support for standard bluetooth controllers
  47. controllers.bluetooth.enabled=1
  48.  
  49.  
  50. ## Please enable only one of these
  51. # -------------- D1 - PS3 Controllers ------------ #
  52. ##Enable PS3 controllers support
  53. controllers.ps3.enabled=1
  54. ## Choose an driver beetween official, shanwan and gasia if you have dualshock clones (official,shanwan,gasia)
  55. controllers.ps3.driver=official
  56.  
  57.  
  58. # ------------ D2 - XBOX Controllers ------------ #
  59. ## Xbox controllers are already supported, but xboxdrv can solve some compatibility issues
  60. ## Enable xboxdrv driver, disable this if you enabled ps3 controllers (0,1)
  61. controllers.xboxdrv.enabled=0
  62. ## Set the amount of controllers to use with xboxdrv (0..4)
  63. controllers.xboxdrv.nbcontrols=2
  64.  
  65.  
  66. # ------------ D3 - GPIO Controllers ------------ #
  67. ## GPIO Controllers
  68. ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
  69. controllers.gpio.enabled=0
  70. ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
  71. controllers.gpio.args=map=1,2
  72.  
  73.  
  74. ## DB9 Controllers
  75. ## Enable DB9 drivers for atari, megadrive, amiga controllers (0,1)
  76. controllers.db9.enabled=0
  77. ## db9 arguments
  78. controllers.db9.args=map=1
  79.  
  80. ## Gamecon controllers
  81. ## Enable gamecon controllers, for nes, snes psx (0,1)
  82. controllers.gamecon.enabled=0
  83. ## gamecon_args
  84. controllers.gamecon.args=map=1
  85.  
  86.  
  87.  
  88. # ------------ F - Language and keyboard ------------ #
  89. ## Set the language of the system (fr_FR,en_US,en_GB,de_DE,pt_BR,es_ES)
  90. system.language=en_US
  91. ## set the keyboard layout (fr,en,de,us,es)
  92. ;system.kblayout=us
  93. ## Set you local time
  94. ## Select your timezone from : ls /usr/share/zoneinfo/ (string)
  95. ;system.timezone=Europe/Paris
  96.  
  97.  
  98.  
  99. # ------------ G - UPDATES ------------ #
  100. ## Automatically check for updates at start (0,1)
  101. updates.enabled=1
  102.  
  103.  
  104.  
  105. # ------------ H - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ #
  106. ## The global value will be used for all emulators, exept if the value
  107. ## is redifined in the emulator
  108.  
  109. ## Set game resolution for emulators
  110. ## select your mode from the command : tvservice -m [MODE]
  111. ## CEA 5 HDMI : 1920x1080 @ 60Hz 16:9, clock:74MHz interlaced
  112. ## CEA 4 HDMI : 1280x720 @ 60Hz 16:9, clock:74MHz progressive
  113. ## use 'default' for using the default resolution
  114. ## (string)
  115. global.videomode=CEA 4 HDMI
  116.  
  117. ## Shader set
  118. ## Automatically select shaders for all systems
  119. ## (none, retro, scanlines)
  120. global.shaderset=none
  121.  
  122. ## Set gpslp shader for all emulators (prefer shadersets above). Absolute path (string)
  123. global.shaders=
  124.  
  125. ## Set ratio for all emulators (auto,4/3,16/9,16/10,custom)
  126. global.ratio=auto
  127.  
  128. ## Set smooth for all emulators (0,1)
  129. global.smooth=1
  130.  
  131. ## Set rewind for all emulators (0,1)
  132. global.rewind=0
  133.  
  134. ## Set retroarch input driver (auto, udev, sdl2)
  135. ## If you don't have issues with your controllers, let auto
  136. global.inputdriver=auto
  137.  
  138. ## If you do not want recalboxOS to generate the configuration for all emulators (string)
  139. ;global.configfile=/path/to/my/configfile.cfg
  140.  
  141. # ------------ I - EMULATORS CHOICES ----------- #
  142. ## You can override the global configuration here
  143. ## Here is the snes example
  144. ;snes.videomode=CEA 4 HDMI
  145. snes.core=snes9x_next
  146. ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp
  147. ;snes.ratio=16/9
  148. ;snes.smooth=0
  149. ;snes.rewind=1
  150. ;snes.emulator=libretro
  151. ## If you do not want recalboxOS to generate the configuration for the emulator :
  152. ;snes.configfile=/path/to/my/configfile.cfg
  153.  
  154. ## The rewind option is deactivated by default on these unsupported cores (don't edit please)
  155. virtualboy.rewind=0
  156. sega32x.rewind=0
  157. segacd.rewind=0
  158. psx.rewind=0
  159. fbalibretro.rewind=0
  160. vectrex.rewind=0
  161.  
  162. ## NeoGeo emulator
  163. ## You can use pifba or a libretro core (fba2x,libretro)
  164. neogeo.emulator=fba2x
  165. ## If you set libretro as neogeo.emulator, uncomment the line below and set the retroarch core (fba,imame4all)
  166. ;neogeo.core=fba
  167.  
  168. ## N64 core (n64,rice)
  169. ## The recommanded plugin is n64, but if your game don't start, try rice (example Zelda Ocarina of Time, Banjo Kazooie, ...)
  170. n64.core=n64
  171. n64.videomode=CEA 4 HDMI
  172.  
  173. ## If you use rice core, set mode 480p as below
  174. n64.core=n64
  175. n64.videomode=CEA 4 HDMI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement