| # System Variable |
| # You can configure your recalbox from here |
| # To set a variable, remove the first ; on the line |
| |
| |
| |
| # ------------ A - System Options ----------- |
| # Uncomment the system.power.switch you use |
| ;system.power.switch=ATX_RASPI_R2_6 # http://lowpowerlab.com/atxraspi/#installation |
| ;system.power.switch=MAUSBERRY # http://mausberry-circuits.myshopify.com/pages/setup |
| ;system.power.switch=REMOTEPIBOARD_2003 # http://www.msldigital.com/pages/support-for-remotepi-board-2013 |
| ;system.power.switch=REMOTEPIBOARD_2005 # http://www.msldigital.com/pages/support-for-remotepi-board-plus-2015 |
| ;system.power.switch=PIN56ONOFF # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN) |
| ;system.power.switch=PIN56PUSH # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN) |
| ;system.power.switch=PIN356ONOFFRESET # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN) |
| |
| # |
| system.manager.enabled=1 |
| |
| # |
| system.api.enabled=0 |
| |
| # |
| # |
| # |
| # |
| system.es.menu=default |
| |
| # |
| # |
| # |
| # |
| system.emulators.specialkeys=default |
| |
| # |
| kodi.enabled=1 |
| # |
| kodi.atstartup=0 |
| # |
| kodi.xbutton=1 |
| |
| # |
| # |
| # |
| # |
| # |
| # |
| ;kodi.network.waitmode=required |
| ;kodi.network.waittime=10 |
| ;kodi.network.waithost=192.168.0.50 |
| |
| # ------------ B - Network ------------ |
| # |
| system.hostname=RECALBOX |
| # |
| wifi.enabled=0 |
| # |
| ;wifi.ssid=new ssid |
| # |
| # |
| ;wifi.key=new key |
| # |
| system.samba.enabled=1 |
| # |
| system.virtual-gamepads.enabled=1 |
| # |
| system.ssh.enabled=1 |
| |
| # ------------ C - Audio ------------ |
| # |
| audio.device=auto |
| # |
| audio.volume=90 |
| # |
| audio.bgmusic=1 |
| |
| |
| |
| # -------------- D - Controllers ----------------- |
| # Enable support for standard bluetooth controllers |
| controllers.bluetooth.enabled=1 |
| |
| |
| # |
| # -------------- D1 - PS3 Controllers ------------ |
| # |
| controllers.ps3.enabled=1 |
| # |
| controllers.ps3.driver=official |
| |
| |
| # ------------ D2 - XBOX Controllers ------------ |
| # |
| # |
| controllers.xboxdrv.enabled=0 |
| # |
| controllers.xboxdrv.nbcontrols=2 |
| |
| |
| # ------------ D3 - GPIO Controllers ------------ |
| # |
| # |
| controllers.gpio.enabled=0 |
| # |
| controllers.gpio.args=map=1,2 |
| |
| |
| # |
| # |
| controllers.db9.enabled=0 |
| # |
| controllers.db9.args=map=1 |
| |
| # |
| # |
| controllers.gamecon.enabled=0 |
| # |
| controllers.gamecon.args=map=1 |
| |
| # |
| controllers.xarcade.enabled=1 |
| |
| |
| |
| # ------------ F - Language and keyboard ------------ |
| # |
| system.language=en_US |
| # |
| ;system.kblayout=us |
| # |
| # |
| ;system.timezone=Europe/Paris |
| |
| |
| |
| # ------------ G - UPDATES ------------ |
| # |
| updates.enabled=1 |
| # 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. |
| updates.type=stable |
| |
| |
| # ------------ H - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ |
| # |
| # |
| |
| # |
| # |
| # |
| # |
| # |
| # |
| global.videomode=CEA 4 HDMI |
| |
| # |
| # |
| # |
| global.shaderset=none |
| |
| # |
| global.integerscale=0 |
| |
| # |
| global.shaders= |
| |
| # |
| global.ratio=auto |
| |
| # |
| global.smooth=1 |
| |
| # |
| global.rewind=1 |
| |
| # |
| global.autosave=0 |
| |
| # |
| # |
| # |
| global.retroachievements=0 |
| global.retroachievements.username= |
| global.retroachievements.password= |
| |
| # |
| # |
| global.inputdriver=auto |
| |
| # |
| ;global.configfile=/path/to/my/configfile.cfg |
| |
| # ------------ I - EMULATORS CHOICES ----------- |
| # |
| # |
| ;snes.videomode=CEA 4 HDMI |
| ;snes.core=snes9x_next |
| ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp |
| ;snes.ratio=16/9 |
| ;snes.smooth=0 |
| ;snes.rewind=1 |
| ;snes.autosave=0 |
| ;snes.emulator=libretro |
| ;snes.integerscale=0 |
| # |
| ;snes.configfile=/path/to/my/configfile.cfg |
| |
| # |
| snes.core=snes9x_next |
| gba.core=mgba |
| mame.core=mame078 |
| nes.core=fceunext |
| |
| # |
| # |
| neogeo.emulator=libretro |
| # |
| neogeo.core=fba |
| |
| # |
| # |
| # |
| n64.videomode=DMT 4 HDMI |
| # |
| # n64.videomode=default |
| |
| # |