From 7525421c27374d1be93e19594c9700665ac356f9 Mon Sep 17 00:00:00 2001 From: ToadKing Date: Sat, 9 Nov 2013 23:00:20 -0500 Subject: [PATCH] [EMSCRIPTEN] add template HTML page --- emscripten/template.html | 155 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 emscripten/template.html diff --git a/emscripten/template.html b/emscripten/template.html new file mode 100644 index 0000000000..174a4ccedc --- /dev/null +++ b/emscripten/template.html @@ -0,0 +1,155 @@ + + + + + + RetroArch - Template + + + +

Template

+
+
Downloading...
+
+ +
+ +
+ + +
+
+
+ + + +     +
+
+ +
+ +
+ +
+
+ Controls:
+
+ A button (OK in menu): X
+ B button (Back in menu): Z
+ X Button: S
+ Y Button: A
+ L Button: Q
+ R Button: W
+ D-pad: Arrow Keys
+ Start Button: Enter
+ Select Button: Shift
+ Toggle Menu: F1
+ Fast forward: Spacebar (toggle)
+ Slow motion: E (hold)
+ Save state: F2
+ Load state: F4 +
+ + + \ No newline at end of file