Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. # WARNING - THOSES VARIABLE OVERRIDE EMULATIONSTATION SETTINGS.
  2. # THIS FILE WILL NOT BE OVERWRITTEN ON UPDATE
  3. # SEE recalbox.config.template FOR AVAILABLE VARIABLES
  4.  
  5. # System Variable
  6. # You can configure your recalbox from here
  7. # To set a variable, remove the first ; on the line
  8.  
  9.  
  10. # ------------ A - Kodi ----------- #
  11. ## Show or hide kodi in emulationstation
  12. ;enable_kodi=1
  13. ## Start kodi at launch
  14. ;kodi_at_start=0
  15. ## set x button shortcut (enabled by default)
  16. ;kodi_by_xbutton=1
  17.  
  18.  
  19.  
  20. # ------------ B - Wifi ------------ #
  21. ## Set direclty your wifi key and ssid here
  22. wifi_ssid=Bbox-Ahahah
  23. wifi_key=NonNonNon
  24.  
  25.  
  26.  
  27. # ------------ C - Audio ------------ #
  28. ## Set the audio output
  29. ## select between auto, hdmi, jack
  30. ;audio_output=jack
  31.  
  32.  
  33.  
  34. # ------------ D - XBOX Controllers ------------ #
  35. ## Xbox controllers are already supported, but xboxdrv can solve some compatibility issues
  36. ## Disable this if you use ps3 controllers
  37. ;enable_xbox_drv=0
  38. ## set the amount of controllers to use with xboxdrv
  39. ;xboxdrv_nb_controls=2
  40.  
  41.  
  42.  
  43. # ------------ E - GPIO Controllers ------------ #
  44. ## GPIO Controllers
  45. ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
  46. controllers.gpio.enabled=1
  47. ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
  48. controllers.gpio.args=map=1,2
  49.  
  50.  
  51. ## DB9 Controllers
  52. ## enable db9 drivers
  53. ;enable_db9=0
  54. ## db9 arguments
  55. ;db9_args=map=1
  56.  
  57. ## gamecon controllers
  58. ## enable gamecon controllers,
  59. ;enable_gamecon=0
  60. ## gamecon_args
  61. ;gamecon_args=map=1
  62.  
  63.  
  64.  
  65. # ------------ F - Language and keyboard ------------ #
  66. ## Set the language of the system : fr_FR, en_US, en_GB, de_DE, pt_BR, es_ES
  67. language=fr_FR
  68. ## set the keyboard layout : fr, en, de, us, es
  69. kb_layout=fr
  70. ## Set you local time
  71. ## select your timezone from : ls /usr/share/zoneinfo/
  72. time_zone=Europe/Paris
  73.  
  74.  
  75.  
  76. # ------------ G - UPDATES ------------ #
  77. ## automatically check for updates at start
  78. enable_updates_check=1
  79.  
  80.  
  81.  
  82. # ------------ H - GAMES RESOLUTION ------------ #
  83. ## set game resolution for emulators
  84. ## select your mode from the command : tvservice -m CEA
  85. ## mode 5: 1920x1080 @ 60Hz 16:9, clock:74MHz interlaced
  86. ## mode 4: 1280x720 @ 60Hz 16:9, clock:74MHz progressive
  87. ;game_hdmi_mode=5
  88.  
  89.  
  90.  
  91. # ------------ I - EMULATORS CHOICES ----------- #
  92. ## If two emulators are available for a platform you can switch here
  93. ## SNES : use pocketsnes (recommended for rpi1), catsfc or snes9x
  94. ;snes_emulator=pocketsnes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement