diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-07-23 12:57:32 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-07-23 12:57:34 -0400 |
| commit | cbe841c9c979752c0cf2e0241cd6e51590e3b90c (patch) | |
| tree | 273505d5f550d9211124cab2006c69bd2741792e /src/core/hle/kernel/kernel.cpp | |
| parent | 1f3889a2906b924aa3fadb419652d4d2182ec112 (diff) | |
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.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
| -rw-r--r-- | src/core/hle/kernel/kernel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp index fae81e72b..1beb98566 100644 --- a/src/core/hle/kernel/kernel.cpp +++ b/src/core/hle/kernel/kernel.cpp @@ -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(); |
