mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-25 08:08:55 +01:00
80 lines
2.7 KiB
Plaintext
80 lines
2.7 KiB
Plaintext
##############################################################################
|
|
#
|
|
# For support, visit www.retrofe.nl
|
|
# or visit irc.foreverchat.net (channel #retrofe)
|
|
#
|
|
# For Documentation, also visit www.retrofe.nl
|
|
#
|
|
##############################################################################
|
|
|
|
|
|
#######################################
|
|
# 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
|
|
|
|
# Hide the mouse
|
|
hideMouse = yes
|
|
|
|
# Hide () and [] from game titles
|
|
showParenthesis = no
|
|
showSquareBrackets = no
|
|
|
|
# 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
|
|
|
|
# specify whether RetroFE should remember the last selected game
|
|
rememberMenu = 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
|
|
#######################################
|
|
# specify whether RetroFE should close when pressing back on the main menu
|
|
exitOnFirstPageBack = no
|
|
|
|
# enter 0 attract mode, otherwise enter the number of seconds to wait before enabling attract mode
|
|
attractModeTime = 45
|
|
|
|
# specify whether RetroFE should remember the last highlighted menu when re-entering a menu
|
|
rememberMenu = yes
|
|
|
|
# specify whether RetroFE should clear the input queue on entering/exiting a collection
|
|
collectionInputClear = true
|
|
|
|
# specify whether RetroFE should minimize when running in full-screen mode
|
|
minimize_on_focus_loss = no
|
|
|
|
# specify whether RetroFE should unload SDL when running a program/game
|
|
# This is needed to prevent emulators from launching behind the front-end, e.g. on RetroPie.
|
|
# Set to false or comment out to prevent briefly seeing your Windows environment if you don't
|
|
# need this feature.
|
|
unloadSDL = true
|
|
|
|
|
|
#######################################
|
|
# 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
|