mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-04 07:44:50 +01:00
72 lines
4.3 KiB
Plaintext
72 lines
4.3 KiB
Plaintext
##############################################################################
|
|
#
|
|
# For support, visit www.retrofe.nl
|
|
# or visit irc.foreverchat.net (channel #retrofe)
|
|
#
|
|
# For Documentation, also visit www.retrofe.nl
|
|
#
|
|
##############################################################################
|
|
|
|
|
|
##############################################################################
|
|
# Display settings
|
|
##############################################################################
|
|
|
|
fullscreen = no # Full screen SDL applications often clash with the focus of other SDL applications
|
|
horizontal = stretch # or enter in the screen pixel width (i.e 1920)
|
|
vertical = stretch # or enter in the screen pixel width (i.e 1080)
|
|
layout = Aeon Nox
|
|
hideMouse = yes # Do not show the mouse
|
|
showParenthesis = no # Do not show the text between () in a game's description
|
|
showSquareBrackets = no # Do not show the text between [] in a game's description
|
|
videoEnable = yes # Video playback can be turned off for very weak systems
|
|
videoLoop = 0 # Number of times a video should be played; 0 is forever
|
|
unloadSDL = no # Do not unload the SDL library when starting a game
|
|
minimize_on_focus_loss = no # Do not minimize RetroFE when it loses focuse
|
|
|
|
|
|
##############################################################################
|
|
# Collection & playlist selection
|
|
##############################################################################
|
|
|
|
firstPlaylist = all # Loaded playlist on starting RetroFE
|
|
autoPlaylist = favorites # Select this playlist when entering a collection, if available
|
|
cyclePlaylist = all,favorites # Names of the playlists the cycle playlist key cycles over
|
|
lastplayedSize = 0 # Size of the lastplayed playlist for games; 0 is disabled
|
|
lastplayedCollectionSize = 0 # Size of the lastplayed playlist for collections; 0 is disabled
|
|
firstCollection = Main # Loaded collection on starting RetroFE
|
|
startCollectionEnter = no # Do not auto-enter the first menu item on starting RetroFE
|
|
enterOnCollection = no # Do not auto-enter a collection when using the collectionUp/Down/Left/Right buttons
|
|
backOnCollection = no # Move to the next/previous collection when using the collectionUp/Down/Left/Right buttons
|
|
exitOnFirstPageBack = no # Do not exit RetroFE when pressing the back key in the main menu
|
|
collectionInputClear = yes # Clear the input queue when entering a collection
|
|
subsSplit = no # Merge all .sub files into a single list when sorting
|
|
prevLetterSubToCurrent = no # When pressing previous letter, switch to the first game of the previous letter
|
|
rememberMenu = yes # Remember the position in a menu when exiting a collection
|
|
backOnEmpty = yes # Automatically back out of empty collection
|
|
|
|
|
|
##############################################################################
|
|
# Attract mode settings
|
|
##############################################################################
|
|
|
|
attractModeTime = 120 # Start attract mode after 120 seconds
|
|
attractModeNextTime = 30 # Continue attract mode after 30 seconds
|
|
attractModePlaylistTime = 0 # Disable playlist switching in attract mode
|
|
attractModeCollectionTime = 0 # Disable collection switching in attract mode
|
|
#attractModeSkipPlaylist = Settings # Playlist not used in attract mode
|
|
#attractModeSkipCollection = Settings # Collection not used in attract mode
|
|
|
|
|
|
##############################################################################
|
|
# 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
|