diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-08-16 20:45:51 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-08-16 20:45:51 -0700 |
commit | 17ce89242c2efb3a525fca11b469eb0d32c97162 (patch) | |
tree | 12bfcae1011d341cdfb2b9e0e059c4b9ad600b28 /default.cfg | |
parent | 120310c083d538ec8770651ebd017b928524c10a (diff) |
Added a config file option for remembering the last path in the menu
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 27ab8fc..63087da 100644 --- a/default.cfg +++ b/default.cfg @@ -210,6 +210,9 @@ ui { #starting path for ROM browsing, accepts special variables $HOME, $EXEDIR #and variables defined in the OS environment initial_path $HOME + #if this is set to on, then the menu will remember the last path when visited + #if it's set to off, initial_path will always be used on startup + remember_path on #path for storing internal screenshots, accepts the same variables as initial_path screenshot_path $HOME #see strftime for the format specifiers valid in screenshot_template |