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/hle.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/hle.cpp') diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index 97d73781..fd4761c7 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp @@ -7,6 +7,7 @@ #include "core/arm/arm_interface.h" #include "core/mem_map.h" #include "core/hle/hle.h" +#include "core/hle/config_mem.h" #include "core/hle/shared_page.h" #include "core/hle/kernel/thread.h" #include "core/hle/service/service.h" @@ -75,6 +76,7 @@ void Init() { RegisterAllModules(); + ConfigMem::Init(); SharedPage::Init(); LOG_DEBUG(Kernel, "initialized OK"); -- cgit v1.2.3