From c3c309f33dacf877f4d7d5308d2036a89f8f9387 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Thu, 12 Feb 2015 20:57:02 -0800 Subject: ConfigMem: Clean up the Config memory to be more like the shared page and moved the helper macro for padding to common_funcs.h --- src/core/hle/config_mem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/config_mem.h') 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 void Read(T &var, const u32 addr); +void Init(); + } // namespace -- cgit v1.2.3