diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-04 11:50:14 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-04 11:50:14 -0800 |
commit | 2eb32065b23a5cd90a6ae8908ae8a8ff24a4f209 (patch) | |
tree | f0afa5091944f9b2170428b77b7e65abc203ada2 /default.cfg | |
parent | b933af364fff4b627930ccfb176332240f391d8e (diff) |
Implement raw screenshot functionality requested in ticket:10
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index f3a4432..7a5edcd 100644 --- a/default.cfg +++ b/default.cfg @@ -18,6 +18,7 @@ bindings { [ ui.vdp_debug_mode ] ui.vdp_debug_pal u ui.enter_debugger + p ui.screenshot esc ui.exit ` ui.save_state 0 ui.set_speed.0 @@ -187,6 +188,10 @@ clocks { ui { rom menu.bin + #initial_path defaults to your home/user profile directory if not specified + #screenshot_path behaves the same way + #see strftime for the format specifiers valid in screenshot_template + screenshot_template blastem_%c.ppm } system { |