Merge pull request #570 from purpasmart96/config_mem
ConfigMem: Clean up the Config memory to be more like the shared page
This commit is contained in:
commit
745b42d236
5 changed files with 65 additions and 50 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue