summaryrefslogtreecommitdiff
path: root/shell/emu/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/emu/main.h')
-rw-r--r--shell/emu/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/emu/main.h b/shell/emu/main.h
new file mode 100644
index 0000000..8bf6c42
--- /dev/null
+++ b/shell/emu/main.h
@@ -0,0 +1,8 @@
+#ifndef MAIN_H
+#define MAIN_H
+
+// utility functions that the core requires us to implement
+extern const char* S9xGetFilename(const char* extension);
+extern const char* S9xGetDirectory(uint32_t dirtype);
+
+#endif