aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/SharedConfig.h
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2020-12-19 17:43:53 +0000
committerGitHub <noreply@github.com>2020-12-19 17:43:53 +0000
commitdf190b04000a8a3c5052de3fd695f6c26892f353 (patch)
tree85c53cda9b5e6c73dcfb82f97272e509f023788b /src/frontend/SharedConfig.h
parentd6cade25f4ac6b2ebac9d4830ab7b10294bc4c89 (diff)
parent659dc58d4d8290d8ef1930d9f21007c0ec4c3739 (diff)
Merge branch 'master' into feature/zip-support
Diffstat (limited to 'src/frontend/SharedConfig.h')
-rw-r--r--src/frontend/SharedConfig.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/frontend/SharedConfig.h b/src/frontend/SharedConfig.h
new file mode 100644
index 0000000..b4b18c5
--- /dev/null
+++ b/src/frontend/SharedConfig.h
@@ -0,0 +1,13 @@
+#ifndef SHAREDCONFIG_H
+#define SHAREDCONFIG_H
+
+namespace Config
+{
+
+extern int ConsoleType;
+extern int DirectBoot;
+extern int SavestateRelocSRAM;
+
+}
+
+#endif \ No newline at end of file