mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
##############################################################################
|
|
#
|
|
# For support, visit www.retrofe.com
|
|
# or visit irc.foreverchat.net (channel #retrofe)
|
|
#
|
|
# For Documentation, visit www.retrofe.com/documentation
|
|
#
|
|
##############################################################################
|
|
|
|
|
|
#######################################
|
|
# Display
|
|
#######################################
|
|
fullscreen = no
|
|
horizontal = stretch # or enter in the screen pixel width (i.e 1024)
|
|
vertical = stretch # or enter in the screen pixel width (i.e 768)
|
|
layout = Aeon Nox
|
|
hideMouse = yes
|
|
showParenthesis = yes
|
|
showSquareBrackets = yes
|
|
|
|
# specify the name of the first collection to load on start
|
|
firstCollection = Main
|
|
|
|
# specify whether RetroFE should switch to Favorites list if it exists.
|
|
autoFavorites = true
|
|
|
|
#######################################
|
|
# Video playback settings
|
|
#######################################
|
|
|
|
# set to "no" for very old/slow systems
|
|
videoEnable = yes
|
|
|
|
# Number of times to loop video playback (enter 0 to continuously loop)
|
|
videoLoop = 0
|
|
|
|
#######################################
|
|
# General
|
|
#######################################
|
|
# exit the frontend when the back button is pressed on the first page
|
|
exitOnFirstPageBack = yes
|
|
|
|
# enter 0 attract mode, otherwise enter the number of seconds to wait before enabling attract mode
|
|
attractModeTime = 45
|
|
|
|
# remember the last highlighted menu when re-entering a menu
|
|
rememberMenu = yes
|
|
|
|
#######################################
|
|
# Base folders of media and ROM files
|
|
#######################################
|
|
# Override if you choose to have your media stored outside of RetroFE.
|
|
# If this is commented out your artwork will be searched in collections/<collectionname>/<imagetype>
|
|
# baseMediaPath=d:/media
|
|
|
|
# Override if you choose to have your ROMs stored outside of RetroFE.
|
|
# If this is commented out your roms will be searched in collections/<collectionname>/roms
|
|
# baseItemPath=d:/roms
|