diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-21 21:40:47 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-21 21:40:47 -0700 |
commit | bad5d7a2390a72fc80d2e17b6b2b89e9d974295f (patch) | |
tree | 16160a9845fb8a75c8f4ff5b315713d391ba17f0 /default.cfg | |
parent | a435c3b1135d56802fa2c4f17ff498f37cde98d7 (diff) |
Make save directory configurable. Satisfies ticket:4
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 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 { |