summaryrefslogtreecommitdiff
path: root/shell/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/input/input.h')
-rw-r--r--shell/input/input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/input/input.h b/shell/input/input.h
new file mode 100644
index 0000000..a1a89c1
--- /dev/null
+++ b/shell/input/input.h
@@ -0,0 +1,6 @@
+#ifndef INPUT_H
+#define INPUT_H
+#include <stdint.h>
+uint32_t S9xReadJoypad(int32_t port);
+extern uint8_t exit_snes;
+#endif