summaryrefslogtreecommitdiff
path: root/default.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'default.cfg')
-rw-r--r--default.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/default.cfg b/default.cfg
index 0ff4e37..424a93d 100644
--- a/default.cfg
+++ b/default.cfg
@@ -195,9 +195,12 @@ clocks {
}
ui {
+ #specifies the ROM that implements the Menu UI
rom menu.bin
- #initial_path defaults to your home/user profile directory if not specified
- #screenshot_path behaves the same way
+ #starting path for ROM browsing, accepts special variables $HOME, $EXEDIR
+ #and variables defined in the OS environment
+ initial_path $HOME
+ #screenshot_path defaults to the user's home/profile directory if not specified
#see strftime for the format specifiers valid in screenshot_template
screenshot_template blastem_%c.ppm
}