summaryrefslogtreecommitdiffstatshomepage
path: root/web/commands.html
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2013-09-22 20:44:15 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2013-09-22 20:44:15 +0000
commit53470c2c47a9efd2307fbc30db7641e38882f9f7 (patch)
tree6e5b91345a4a8eaf0c25ae3a14eef3607fb8987f /web/commands.html
parent6b5dea7eba71188fbea7d160ebe7e68f3f2f9ab7 (diff)
web: load and save states [Firehawke]
Diffstat (limited to 'web/commands.html')
-rw-r--r--web/commands.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/commands.html b/web/commands.html
index 53fb2a3f7fe..3fc3fb7822a 100644
--- a/web/commands.html
+++ b/web/commands.html
@@ -1,4 +1,6 @@
<a href="javascript:executeCommands('togglepause');" data-role="button">Toggle Pause</a>
<a href="javascript:executeCommands('softreset');" data-role="button">Soft reset</a>
<a href="javascript:executeCommands('hardreset');" data-role="button">Hard reset</a>
+<a href="javascript:loadContent('savestate');" data-transition="fade" data-role="button">Save State</a>
+<a href="javascript:loadContent('loadstate');" data-transition="fade" data-role="button">Load State</a>
<a href="javascript:executeCommands('exit');" data-role="button">Exit</a>