mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-27 14:22:58 +01:00
Porting to new directory structure format (lowercase convention).
This commit is contained in:
54
Package/Environment/Common/settings.conf
Normal file
54
Package/Environment/Common/settings.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
##############################################################################
|
||||
#
|
||||
# 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 = Default 16x9
|
||||
hideMouse = yes
|
||||
showParenthesis = yes
|
||||
showSquareBrackets = yes
|
||||
|
||||
# specify the name of the first collection to load on start
|
||||
firstCollection = Main
|
||||
|
||||
#######################################
|
||||
# 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
|
||||
|
||||
#######################################
|
||||
# Debugging
|
||||
#######################################
|
||||
# do not set to "yes" unless you want your hard drive to quickly fill up
|
||||
debug.logfps = no
|
||||
|
||||
#######################################
|
||||
# Base folders of media and ROM files
|
||||
#######################################
|
||||
baseMediaPath=../Media
|
||||
baseItemPath=../ROMs
|
||||
Reference in New Issue
Block a user