summaryrefslogtreecommitdiffstats
path: root/src/core/hle/config_mem.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-02-18 06:12:37 +0100
committerbunnei <bunneidev@gmail.com>2015-02-18 06:12:37 +0100
commit745b42d236873522ee854aa7422f8330eaa86c0e (patch)
treecd7be21255658b42e295b6df365c1a74cf70a3aa /src/core/hle/config_mem.h
parentMerge pull request #582 from lioncash/warnings (diff)
parentConfigMem: Clean up the Config memory to be more like the shared page and moved (diff)
downloadyuzu-745b42d236873522ee854aa7422f8330eaa86c0e.tar
yuzu-745b42d236873522ee854aa7422f8330eaa86c0e.tar.gz
yuzu-745b42d236873522ee854aa7422f8330eaa86c0e.tar.bz2
yuzu-745b42d236873522ee854aa7422f8330eaa86c0e.tar.lz
yuzu-745b42d236873522ee854aa7422f8330eaa86c0e.tar.xz
yuzu-745b42d236873522ee854aa7422f8330eaa86c0e.tar.zst
yuzu-745b42d236873522ee854aa7422f8330eaa86c0e.zip
Diffstat (limited to 'src/core/hle/config_mem.h')
-rw-r--r--src/core/hle/config_mem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/config_mem.h b/src/core/hle/config_mem.h
index 3975af18f..94853901a 100644
--- a/src/core/hle/config_mem.h
+++ b/src/core/hle/config_mem.h
@@ -18,4 +18,6 @@ namespace ConfigMem {
template <typename T>
void Read(T &var, const u32 addr);
+void Init();
+
} // namespace