aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/config_mem.h
diff options
context:
space:
mode:
authorGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-02-12 20:57:02 -0800
committerGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-02-16 15:12:05 -0800
commitc3c309f33dacf877f4d7d5308d2036a89f8f9387 (patch)
treea2f7d884935508052438eb312e0c8771f1e30732 /src/core/hle/config_mem.h
parent9b69079c835352fd7727e89624accb5115d35d36 (diff)
ConfigMem: Clean up the Config memory to be more like the shared page and moved
the helper macro for padding to common_funcs.h
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 3975af18..94853901 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