hle: Remove config_mem.h/.cpp
This is just an unused hold-over from citra, so we can get rid of this to trim off an exposed global, among other things.
This commit is contained in:
parent
1f3889a290
commit
cbe841c9c9
6 changed files with 0 additions and 102 deletions
|
@ -2,7 +2,6 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "core/hle/config_mem.h"
|
||||
#include "core/hle/kernel/handle_table.h"
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/kernel/memory.h"
|
||||
|
@ -18,8 +17,6 @@ unsigned int Object::next_object_id;
|
|||
|
||||
/// Initialize the kernel
|
||||
void Init(u32 system_mode) {
|
||||
ConfigMem::Init();
|
||||
|
||||
Kernel::MemoryInit(system_mode);
|
||||
|
||||
Kernel::ResourceLimitsInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue