Advertisement
Guest User

/recalbox/share/system/recalbox.conf

a guest
Dec 15th, 2021
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.04 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. # ------------ A - System Options ----------- #
  7. # Uncomment the system.power.switch you use
  8. ;system.power.switch=ATX_RASPI_R2_6 # https://lowpowerlab.com/guide/atxraspi/#installation
  9. ;system.power.switch=MAUSBERRY # https://www.mausberrycircuits.com/pages/setup
  10. ;system.power.switch=REMOTEPIBOARD_2003 # https://www.msldigital.com/pages/support-for-remotepi-board-2013
  11. ;system.power.switch=REMOTEPIBOARD_2005 # https://www.msldigital.com/pages/support-for-remotepi-board-plus-2015
  12. ;system.power.switch=WITTYPI # https://www.uugear.com/witty-pi-realtime-clock-power-management-for-raspb>
  13. ;system.power.switch=PIN56ONOFF # https://wiki.recalbox.com/en/tutorials/others/add-on-off-button-to-your-r>
  14. ;system.power.switch=PIN56PUSH # https://wiki.recalbox.com/en/tutorials/others/add-on-off-button-to-your-r>
  15. ;system.power.switch=PIN356ONOFFRESET # https://wiki.recalbox.com/en/tutorials/others/add-on-off-button-to-your-r>
  16. ;system.power.switch=PIN356PUSHRESET # https://wiki.recalbox.com/en/tutorials/others/add-on-off-button-to-your-r>
  17.  
  18. ## fbcp FrameBuffer Copy Program
  19. ## For small TFT screen on GPIO and SPI
  20. ## See https://github.com/recalbox/recalbox-os/wiki/Utility---Use-of-fbcp-for-small-TFT-screen-%28EN%29 for details
  21. ## Needed for Waveshare 3.2" 3.5" TFT screen, 2.8" Adafruit screen
  22. ## See https://wiki.recalbox.com/en/tutorials/video/tft/tft-lcd-on-spi-bus
  23. ## for support and configuration details needed by /boot/config.txt
  24. system.fbcp.enabled=0
  25.  
  26. ## Splash screen duration
  27. ## 0 : Video will be stopped when emulationstation is ready to start.
  28. ## -1 : All the video will be played before emulationstation start (default)
  29. ## >0 : Time the video will be played before emulationstation start (in seconds)
  30. system.splash.length=-1
  31. ## Splash videos selection
  32. ## all: select a boot video in recalbox videos and user videos
  33. ## recalbox: select a boot video only in recalbox videos
  34. ## custom: select a boot video only in user videos
  35. ## Any invalid value means "all"
  36. system.splash.select=all
  37.  
  38. ## Recalbox Manager (http manager)
  39. system.manager.enabled=1
  40. ## Currently, only version 2 is available
  41. system.manager.version=2
  42.  
  43. ## Recalbox API (REST)
  44. system.api.enabled=0
  45.  
  46. ## Allow a specific resolution for ES only from the command : tvservice -m [MODE]
  47. ## Leave commented for the default usual behaviour
  48. system.es.videomode=default
  49.  
  50. ## EmulationStation
  51. ### menu style
  52. ### default -> default all options menu
  53. ### none -> no menu except the game search menu
  54. ### bartop -> less menu, only needed for bartops
  55. emulationstation.menu=default
  56. ### Select a system to show on boot (use rom directory name) (string)
  57. emulationstation.selectedsystem=favorites
  58. ### Show the gamelist of the first or selected system on boot (0,1)
  59. emulationstation.bootongamelist=0
  60. ### Disable system view. ES will boot and show ONLY the first or selected system (0,1)
  61. emulationstation.hidesystemview=0
  62. ### Parse Gamelists only. Show only games listed in gamelist.xml files (0,1)
  63. emulationstation.gamelistonly=0
  64. ### Force basicgameList view to be displayed, even if your game systems are scraped (0,1)
  65. emulationstation.forcebasicgamelistview=0
  66. ### Filter out adult games
  67. ### you may use emulationstation.snes.filteradultgames=1
  68. ### to filter out adult games for the snes system or any other system
  69. ;emulationstation.filteradultgames=1
  70. ### Zipped gamelist preference
  71. ### Whatever you choose, emulationstation can read both compressed
  72. ### and uncompressed gamelist.xml or gamelist.zip
  73. ### However updated gamelist will be saved in your prefered format.
  74. ### Zipped format may save load time, especially on slow devices.
  75. ### 0 = gamelist.xml
  76. ### 1 = gamelist.zip
  77. ;emulationstation.zippedgamelist=1
  78.  
  79. ## Arcade metasystem
  80. ## Activate the Arcade metasystem to group all games from piFBA, FBN (libretro), MAME and optionally Neogeo
  81. ## into a single "Arcade" system.
  82. ;emulationstation.arcade=1
  83. ## You may want to specify its position in the system list. (Default: 0)
  84. ## Negatives values may be used to tart from the end (-1 = last position)
  85. ;emulationstation.arcade.position=0
  86. ## Include NeoGeo or not (default: 1)
  87. ;emulationstation.arcade.includeneogeo=1
  88. ## Hide included system or leave them in the system list (default: 1)
  89. ;emulationstation.arcade.hideoriginals=1
  90.  
  91. ## Virtual systems
  92. ### Activate a virtual system with all games available from all systems
  93. ;emulationstation.collection.allgames=1
  94. ### Activate a virtual system with all multiplayer games (players >= 2)
  95. ;emulationstation.collection.multiplayers=1
  96. ### Activate a virtual system with last played games
  97. ;emulationstation.collection.lastplayed=1
  98.  
  99. ## Videosnaps
  100. ### Delay before videosnaps start, in millisecond. Default: 2s
  101. ;emulationstation.videosnaps.delay=2000
  102. ### Video loop times. 0 = no video. 1 or more = the video loops x times before fading out
  103. ;emulationstation.videosnaps.loop=1
  104. ### Enable videosnap sound/music
  105. ;emulationstation.videosnaps.sound=1
  106.  
  107. ## Scrapers
  108. ### Activate this option to extract region from filename when possible
  109. ;scraper.extractregionfromfilename=1
  110. ### Select the source of game's names
  111. ### 0 = from scrapper result (default)
  112. ### 1 = from filename
  113. ### 2 = from filename undecorated (i.e: (text) and [text] removed)
  114. ;scraper.getnamefrom=0
  115. ### ScreenScraper.fr
  116. ### Force media region - if not defined, region is taken from system.language. Default: us
  117. ;scraper.screenscraper.region=eu
  118. ### Force text language - if not defined, region is taken from system.language. Default: en
  119. ;scraper.screenscraper.language=fr
  120. ### Choose the media to download among:
  121. ### screenshot: game screenshot
  122. ### title : game title screenshot
  123. ### box2d : Front case
  124. ### box3d : 3D rendered case
  125. ### mixv1 : Recalbox special mix image V1 (default)
  126. ### mixv2 : Recalbox special mix image V2
  127. ;scraper.screenscraper.media=mixv1
  128. ### ScreenScraper account
  129. ;scraper.screenscraper.user=
  130. ;scraper.screenscraper.password=
  131.  
  132. ## Emulator special keys
  133. ## default -> default all special keys
  134. ## nomenu -> cannot popup the emulator menu
  135. ## none -> no special keys in emulators
  136. system.emulators.specialkeys=default
  137.  
  138. ## Show or hide kodi in emulationstation (0,1)
  139. kodi.enabled=1
  140. ## Start kodi at launch (0,1)
  141. kodi.atstartup=0
  142. ## set x button shortcut (0,1)
  143. kodi.xbutton=1
  144.  
  145. ## Allow a specific resolution for Kodi only from the command : tvservice -m [MODE]
  146. ## By default is using the default resolution of your screen
  147. kodi.videomode=default
  148.  
  149. ## Kodi can wait for a network component before starting
  150. ## waithost is the ip or hostname that must answer to a ping to validate the availability
  151. ## waittime is the maximum time waited when kodi boots
  152. ## if waitmode is required, kodi will not start if the component is not available
  153. ## if waitmode is wish, kodi will start if the component is not available
  154. ## if waitmode is not set or has another value, kodi will start immediately
  155. ;kodi.network.waitmode=required
  156. ;kodi.network.waittime=10
  157. ;kodi.network.waithost=192.168.0.50
  158.  
  159. ## Hyperion
  160. ## Hyperion allows you to use an ambilight like led system on your recalbox
  161. ## Use hypercon to create your configuration file, and copy it in /recalbox/share/system/configs/hyperion/hyperion.c>
  162. hyperion.enabled=0
  163.  
  164.  
  165.  
  166. # ------------ B - Network ------------ #
  167. ## Set system hostname
  168. system.hostname=RECALBOX
  169. ## Activate wifi (0,1)
  170. wifi.enabled=1
  171. ## Set wifi region
  172. ## More info here: https://wiki.recalbox.com/en/tutorials/network/wifi/wifi-country-code
  173. wifi.region=JP
  174. ## Wifi SSID (string)
  175. wifi.ssid=
  176. ## Wifi KEY (string)
  177. ## after rebooting the recalbox, the "new key" is replace by a hidden value "enc:xxxxx"
  178. ## you can edit the "enc:xxxxx" value to replace by a clear value, it will be updated again at the following reboot
  179. ## Escape your special chars (# ; $) with a backslash : $ => \$
  180. wifi.key=
  181.  
  182. ## Wifi - static IP
  183. ## if you want a static IP address, you must set all 4 values (ip, netmask, gateway and nameservers)
  184. ## if any value is missing or all lines are commented out, it will fall back to the
  185. ## default of DHCP. For nameservers, you must set at least 1 nameserver.
  186. ;wifi.ip=manual ip address (ex: 192.168.1.2)
  187. ;wifi.netmask=network mask (ex: 255.255.255.0)
  188. ;wifi.gateway=ip address of gateway (ex: 192.168.1.1)
  189. ;wifi.nameservers=ip address of domain name servers, space separated (ex: 192.168.1.1 8.8.8.8)
  190.  
  191. # secondary wifi (not configurable via the user interface)
  192. ;wifi2.ssid=new ssid
  193. ;wifi2.key=new key
  194.  
  195. # third wifi (not configurable via the user interface)
  196. ;wifi3.ssid=new ssid
  197. ;wifi3.key=new key
  198.  
  199. ## Samba share
  200. system.samba.enabled=1
  201. ### Virtual Gamepads
  202. system.virtual-gamepads.enabled=1
  203. ### SSH
  204. system.ssh.enabled=1
  205.  
  206.  
  207.  
  208. # ------------ C - Audio ------------ #
  209. ## Set the audio device (auto, hdmi, jack)
  210. audio.device=alsa_card.platform-bcm2835_audio:hdmi-output-0
  211. ## Set system volume (0..100)
  212. audio.volume=90
  213. ## Enable or disable system sounds in ES (0,1)
  214. audio.bgmusic=1
  215.  
  216.  
  217.  
  218. # -------------- D - Controllers ----------------- #
  219. # Enable support for standard bluetooth controllers
  220. controllers.bluetooth.enabled=1
  221. # Enable ERTM
  222. controllers.bluetooth.ertm=1
  223.  
  224.  
  225. ## Please enable only one of these
  226. # -------------- D1 - PS3 Controllers ------------ #
  227. ##Enable PS3 controllers support
  228. controllers.ps3.enabled=1
  229. ## Choose a driver between bluez, official and shanwan
  230. ## bluez -> bluez 5 + kernel drivers, support official and shanwan sisaxis
  231.  
  232. ## official -> sixad drivers, support official and gasia sisaxis
  233. ## shanwan -> shanwan drivers, support official and shanwan sisaxis
  234. controllers.ps3.driver=bluez
  235.  
  236.  
  237. # ------------ D2 - GPIO Controllers ------------ #
  238. ## GPIO Controllers
  239. ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1)
  240. controllers.gpio.enabled=0
  241. ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2)
  242. controllers.gpio.args=map=1,2
  243. ## Custom mk_gpio arguments,
  244. ## controllers.gpio.args=map=5 gpio=Y-,Y+,X-,X+,start,select,a,b,tr,y,x,tl,hk for one controller,
  245. ## controllers.gpio.args=map=5 gpio=pin1,pin2,pin3,.....,pin12,pin13
  246. ## controllers.gpio.args=map=5,6 gpio=Y-,Y+,X-,X+,start,select,a,b,tr,y,x,tl,hk gpio2=Y-,Y+,X-,X+,start,select,a,b,t>
  247. ## controllers.gpio.args=map=5,6 gpio=gpiox,gpioy,gpioz,.....,gpiou,gpiov gpio2=gpiox,gpioy,gpioz,.....,gpiou,gpiov
  248. # where gpiox,gpioy,gpioz ... are NOT pin numbers on the connector, BUT location gpio numbered as in
  249. # https://www.raspberrypi-spy.co.uk/wp-content/uploads/2012/06/Raspberry-Pi-GPIO-Layout-Model-B-Plus-rotated-2700x90>
  250. ## Set pin to -1 to disable it
  251. # controllers.gpio.args=map=5,6 gpio=4,17,27,22,10,9,25,24,23,18,15,14,2 gpio2=11,5,6,13,19,26,21,20,16,12,7,8,3
  252. ## MCP configuration : GPIO and MCP can be used together. You can mix them.
  253. ## map=0x20,0x21 for 2 mcp23017 on i2c bus
  254. #controllers.gpio.args=map=0x20,0x21,5,6 gpio=4,17,27,22,10,9,25,24,23,18,15,14,-1 gpio2=11,5,6,13,19,26,21,20,16,12>
  255.  
  256. ## Raspberry Pi Hats
  257. ## Fan controllers
  258. ## supported boards
  259. ### Waveshare PoE hat (B)
  260. ### Argon Forty / Argon One
  261. ### Experimental PI PiBoy DMG
  262. ### Raspberry PI PoE+
  263. ### Pimoroni fan SHIM
  264. ## Enable fan management and oled info screen by setting hat.wpaf.enabled=1
  265. hat.wpaf.enabled=0
  266. ## and set the correct board name:
  267. ## wspoehatb
  268. ## argonforty
  269. ## piboy
  270. ## rpipoeplus
  271. ## fanshim
  272. ##example hat.wpaf.board=wspoehatb
  273. ;hat.wpaf.board=board_name
  274.  
  275. # ------------ D3 - Steam Controllers ------------ #
  276. ## Enable steam controller service
  277. controllers.steam.enabled=0
  278.  
  279.  
  280. ## DB9 Controllers
  281. ## Enable DB9 drivers for atari, megadrive, amiga controllers (0,1)
  282. controllers.db9.enabled=0
  283. ## db9 arguments
  284. controllers.db9.args=map=1
  285.  
  286. ## Gamecon controllers
  287. ## Enable gamecon controllers, for nes, snes, psx (0,1)
  288. controllers.gamecon.enabled=0
  289. ## gamecon_args
  290. controllers.gamecon.args=map=1
  291.  
  292. ## XGaming's XArcade Tankstik and other compatible devices
  293. controllers.xarcade.enabled=1
  294.  
  295. # ------------ D4 - Joycon Controllers ------------ #
  296. controllers.joycond.enabled=0
  297.  
  298.  
  299. # ------------ E - Language and keyboard ------------ #
  300. ## 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)
  301. system.language=en_US
  302. ## set the keyboard layout (fr,en,de,us,es)
  303. ;system.kblayout=us
  304. ## Set you local time
  305. ## Select your timezone from : ls /usr/share/zoneinfo/ (string)
  306. ;system.timezone=Europe/Paris
  307.  
  308.  
  309.  
  310. # ------------ F - UPDATES ------------ #
  311. ## Automatically check for updates at start (0,1)
  312. updates.enabled=1
  313. # Update type : default to stable
  314. updates.type=stable
  315.  
  316.  
  317.  
  318. # ------------ G - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ #
  319. ## The global value will be used for all emulators, except if the value
  320. ## is redefined in the emulator
  321.  
  322. ## Set game resolution for emulators
  323. ## select your mode from the command : tvservice -m [MODE]
  324. ## CEA 5 HDMI : 1920x1080 @ 60Hz 16:9, clock:74MHz interlaced
  325. ## CEA 4 HDMI : 1280x720 @ 60Hz 16:9, clock:74MHz progressive
  326. ## use 'default' for using the default resolution
  327. ## use 'auto' : switches to CEA 4 HDMI if supported, else keep the current resolution
  328. ## (string)
  329. global.videomode=default
  330.  
  331. ## Shader set
  332. ## Automatically select shaders for all systems
  333. ## (none, retro, scanlines)
  334. global.shaderset=none
  335.  
  336. ## Once enabled, your screen will be cropped, and you will have a pixel perfect image (0,1)
  337. global.integerscale=0
  338.  
  339. ## Set gpslp shader for all emulators (prefer shadersets above). Absolute path (string)
  340. global.shaders=
  341.  
  342. ## Set ratio for all emulators (auto,4/3,16/9,16/10,custom)
  343. global.ratio=auto
  344.  
  345. ## Set smooth for all emulators (0,1)
  346. global.smooth=1
  347.  
  348. ## Set rewind for all emulators (0,1)
  349. global.rewind=0
  350.  
  351. ## Set autosave/load savestate for all emulators (0,1)
  352. global.autosave=0
  353.  
  354. ## Enable retroarchievements (0,1)
  355. ## Set your www.retroachievements.org username/password
  356. ## Escape your special chars (# ; $) with a backslash : $ => \$
  357. global.retroachievements=0
  358. global.retroachievements.hardcore=0
  359. global.retroachievements.username=
  360. global.retroachievements.password=
  361.  
  362. ## Set retroarch input driver (auto, udev, sdl2)
  363. ## If you don't have issues with your controllers, let auto
  364. global.inputdriver=auto
  365.  
  366. ## If you do not want recalboxOS to generate the configuration for all emulators (string)
  367. ;global.configfile=/path/to/my/configfile.cfg
  368.  
  369. ## Demo screensaver parameters
  370. ## Set the system list from which ES will run random games
  371. ## Empty list or unexisting key means all available systems
  372. global.demo.systemlist=3do,amigacd32,atari2600,atari5200,atari7800,daphne,fbneo,fds,gamegear,gba,lynx,mame,mastersys>
  373. ## Default demo game sessions last 90s. Change this value if you want shorter or longer sessions
  374. ;global.demo.duration=90
  375. ## Default game info screen duration lasts 6s. Change this value if you want shorter or longer info screens.
  376. ;global.demo.infoscreenduration=6
  377.  
  378. ## Retroarch AI Translation service
  379. ## Comment out or set to 0 the following key if you don't want the AI service
  380. global.translate=1
  381. ## Set the source and the target languages.
  382. ## Allowed language list: EN, ES, FR, IT, DE, JP, NL, CS, DA, SV, HR, KO, ZH_CN, ZH_TW, CA, BG, BN, EU, AZ, AR, SQ,
  383. ## AF, EO, ET, TL, FI, GL, KA, EL, GU, HT, IW, HI, HU, IS, ID, GA, KN, LA, LV, LT, MK, MS,
  384. ## MT, NO, FA, PL, PT, RO, RU, SR, SK, SL, SW, TA, TE, TH, TR, UK, UR, VI, CY, YI
  385. ## Setting the translate.from key to a specified language may speed up or give more accurate results
  386. ## If translate.to key is commented, the default value is extracted from system.language or, if system.language is
  387. ## undefined, set to auto (=EN).
  388. global.translate.from=auto
  389. global.translate.to=auto
  390. ## zTranslate API Key
  391. ## go to https://ztranslate.net and create an account.
  392. ## validate your account, then log in and go to the settings page
  393. ## Look for the API Key at the bottom of the page, then uncomment the following key and paste your API Key:
  394. ;global.translate.apikey=RECALBOX
  395. ## Other translation service
  396. ## If you want to use another translation service or a custom API call, use this key to
  397. ## specify the url to call. If the key is not empty, it is used instead of zTranslation's API Key
  398. ;global.translate.url=
  399. ## You can override the global configurations here
  400. ## Here is the snes example
  401. ;snes.videomode=CEA 4 HDMI
  402. snes.core=snes9x2010
  403. ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp
  404. ;snes.ratio=16/9
  405. ;snes.smooth=0
  406. ;snes.rewind=1
  407. ;snes.autosave=0
  408. ;snes.emulator=libretro
  409. ;snes.integerscale=0
  410. ## If you do not want recalboxOS to generate the configuration for the emulator:
  411. ;snes.configfile=/path/to/my/configfile.cfg
  412.  
  413. ## Default cores for RPi2
  414. snes.core=snes9x2010
  415. c64.core=x64
  416.  
  417. ## NeoGeo emulator
  418. ## You can use pifba or a libretro core (fba2x,libretro)
  419. neogeo.emulator=libretro
  420. ## If you set libretro as neogeo.emulator, the line below sets the retroarch core (fbneo, mame2000)
  421. neogeo.core=fbneo
  422.  
  423. ## N64 emulator is configured to display a screen with a 640x480 resolution (native n64 resolution)
  424. ## So you must use one of these video modes (DMT 4 HDMI,CEA 1 HDMI).
  425. ## If your screen is not compatible with one of these video modes, please check the recalbox's wiki.
  426. n64.videomode=default
  427. ## If you are using a CRT screen, please change the setting above with this one :
  428. # n64.videomode=default
  429.  
  430. ## Demo screensaver parameters
  431. ## Include or exclude a particular system from the demo screensaver
  432. ## You may change the global.demo.systemlist key or include/exclude every single system
  433. ;snes.demo.include=0
  434. ## Set the session duration for a particular system
  435. ;snes.demo.duration=90
  436.  
  437. ## Disable Dosbox Pure rewind
  438. dos.rewind=0
  439.  
  440. # ------------ I - NETPLAY PARAMETERS ----------- #
  441. ## All these values are handled by Recalbox itself
  442. global.netplay=1
  443. global.netplay.nickname=
  444. global.netplay.port=55435
  445. global.netplay.relay=
  446. global.netplay.systems=fbneo,mame,mastersystem,megadrive,neogeo,nes,pcengine,sega32x,sg1000,snes,supergrafx,atari260>
  447. global.netplay.lobby=http://lobby.libretro.com/list/
  448.  
  449.  
  450.  
  451. # ------------ J - TFT SECONDARY SCREEN ----------- #
  452. #Second miniTFT screen as marquee to display scrapes and videos
  453. #Enable it with system.secondMiniTFT.enabled=1, disable with system.secondMiniTFT.enabled=0
  454.  
  455. #this configuration is REQUIRED
  456.  
  457. system.secondminitft.enabled=0
  458.  
  459. #Type of mini TFT : OGST, unknown
  460. #Most of spi tft screen are enabled thanks to overlays in /boot/config.txt in rpi and /boot/config.ini on odroidxu4
  461. #please check the specific configuration of your screen
  462. #Some examples are available on the page .....
  463. # values are :
  464. # - overlay : screen configured through overlays in /boot/config.txt or /boot/config.ini (odroidxu4/ogst)
  465. # - default : the rest of the world
  466. #this configuration is REQUIRED if system.secondminitft.enabled=1
  467. ;system.secondminitft.type=overlay
  468.  
  469. #Choose the resolution of your screen
  470. #miniTFT resolution 320x240 -> 240p, 480x320 -> 320p
  471.  
  472. #this configuration is REQUIRED if system.secondminitft.enabled=1
  473. ;system.secondminitft.resolution=240p
  474.  
  475. #Scraped image aspect on tft screen : fbv display option
  476. # options available : stretch, ignore-aspect, enlarge.
  477. # stretch : Strech (using a simple resizing routine) the image to fit onto screen if necessary
  478. # alpha : use the alpha channel (if applicable)
  479. # ignore-aspect : Ignore the image aspect while resizing
  480. # enlarge : Enlarge the image to fit the whole screen if necessary
  481.  
  482. # 1 = enabled, 0 = disabled
  483.  
  484. #this configuration is REQUIRED if system.secondminitft.enabled=1
  485. ;system.secondminitft.imagestretchenabled=1
  486. ;system.secondminitft.imageenlargeenabled=0
  487. ;system.secondminitft.imagealphaenabled=0
  488. ;system.secondminitft.imageignoreaspectenabled=1
  489.  
  490. #When activating the second TFT screen, you may want to display
  491. #game scraped video only on the second screen. This variable
  492. #allows you to disable scraped video playing in ES during game browsing
  493. #system.secondminitft.disablevideoines=1 disable video playing in ES
  494. #system.secondminitft.disablevideoines=0 enable video playing in ES
  495.  
  496. #this configuration is OPTIONAL if system.secondminitft.enabled=1
  497. ;system.secondminitft.disablevideoines=1
  498.  
  499. #if the backlight of your your screen can be manage by PWM,
  500. #indicates the GPIO value of your PWM control
  501. #WiringPi and its gpio program will be used to control the backlight
  502. #when RB goes in SLEEP mode, and when it wakes up.
  503. #On raspberry pi, PWMs cannot be used simultaneously with Jack sound output.
  504. #If your are using HDMI or a Audio hat you can use backlight PWM control for the second screen
  505. #If you are using Jack output please leave commented.
  506. #The Screen will be switch down in Sleep mode, and switch on when it wakes up.
  507. #On OGST, only this mode is available.
  508.  
  509. #this configuration is OPTIONAL if system.secondminitft.enabled=1
  510. ;system.secondminitft.backlightcontrol=18
  511.  
  512. # system.secondminitft.usemarquee variabla allows you to display a different
  513. # image during running game. just creat a directory named "marquees" in media
  514. # aside videos and images and put new images with the same name as in images
  515. # example :
  516. # - /recalbox/share/roms/neogeo/media/marquees/alpham2.png
  517. # - /recalbox/share/roms/neogeo/media/images/alpham2.png
  518. # if set to 1, in game the marquee images will be displayed
  519. # if set to 0, in game the scraped images will be displayed
  520. ;system.secondminitft.usemarquee=0
  521.  
  522. #system.secondminitft.sleepenabled allows you to enable/disable
  523. #sleep mode for the second TFT. If set to 1 sleep mode is enabled and
  524. #backlight of the screen will be OFF. If set to 0, sleep mode is
  525. #disabled and the backlight of the screen will be always On
  526.  
  527. ;system.secondminitft.sleepenabled=0
  528.  
  529. ## Configurations generated by Recalbox
  530. emulationstation.theme.recalbox-next.colorset=1-light blue colors
  531. emulationstation.theme.recalbox-next.gameclipview=0 - DEFAULT
  532. emulationstation.theme.recalbox-next.gamelistview=1-standard gamelist
  533. emulationstation.theme.recalbox-next.region=us
  534. emulationstation.theme.recalbox-next.iconset=1-standard icons
  535. emulationstation.theme.recalbox-next.menuset=1-light blue icons
  536. emulationstation.theme.recalbox-next.systemview=1-vertical left
  537. system.firsttimeuse=0
  538. emulationstation.theme.folder=recalbox-next
  539.  
  540.  
  541.  
  542.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement