From edb8450420149cc5fa11dfd2fd2c0c3cd20beffa Mon Sep 17 00:00:00 2001 From: Zhuowei Zhang Date: Thu, 1 Jan 2015 21:41:34 -0800 Subject: Add some support for the shared page (currently 3d slider is implemented) --- src/core/hle/hle.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/hle.cpp') diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index 33ac1250..f76048d1 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp @@ -6,6 +6,7 @@ #include "core/mem_map.h" #include "core/hle/hle.h" +#include "core/hle/shared_page.h" #include "core/hle/kernel/thread.h" #include "core/hle/service/service.h" #include "core/hle/service/fs/archive.h" @@ -71,6 +72,8 @@ void Init() { RegisterAllModules(); + SharedPage::Init(); + LOG_DEBUG(Kernel, "initialized OK"); } -- cgit v1.2.3