From 2eb32065b23a5cd90a6ae8908ae8a8ff24a4f209 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 4 Mar 2017 11:50:14 -0800 Subject: Implement raw screenshot functionality requested in ticket:10 --- default.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'default.cfg') 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 { -- cgit v1.2.3