ConfigMem: Clean up the Config memory to be more like the shared page and moved

the helper macro for padding to common_funcs.h
This commit is contained in:
purpasmart96 2015-02-12 20:57:02 -08:00
parent 9b69079c83
commit c3c309f33d
5 changed files with 65 additions and 50 deletions

View file

@ -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");