summaryrefslogtreecommitdiff
path: root/default.cfg
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-03-21 21:40:47 -0700
committerMichael Pavone <pavone@retrodev.com>2017-03-21 21:40:47 -0700
commitbad5d7a2390a72fc80d2e17b6b2b89e9d974295f (patch)
tree16160a9845fb8a75c8f4ff5b315713d391ba17f0 /default.cfg
parenta435c3b1135d56802fa2c4f17ff498f37cde98d7 (diff)
Make save directory configurable. Satisfies ticket:4
Diffstat (limited to 'default.cfg')
-rw-r--r--default.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg
index b281ba8..eeca096 100644
--- a/default.cfg
+++ b/default.cfg
@@ -204,6 +204,9 @@ ui {
screenshot_path $HOME
#see strftime for the format specifiers valid in screenshot_template
screenshot_template blastem_%c.ppm
+ #path template for saving SRAM, EEPROM and savestates
+ #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
+ save_path $USERDATA/blastem/$ROMNAME
}
system {