diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 1d557fb43..408479019 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -136,9 +136,7 @@ struct System::Impl { | |||
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | void Initialize(System& system) { | 138 | void Initialize(System& system) { |
| 139 | const bool direct_mapped_address = Settings::IsNceEnabled(); | 139 | device_memory = std::make_unique<Core::DeviceMemory>(); |
| 140 | device_memory = std::make_unique<Core::DeviceMemory>(direct_mapped_address); | ||
| 141 | |||
| 142 | is_multicore = Settings::values.use_multi_core.GetValue(); | 140 | is_multicore = Settings::values.use_multi_core.GetValue(); |
| 143 | extended_memory_layout = | 141 | extended_memory_layout = |
| 144 | Settings::values.memory_layout_mode.GetValue() != Settings::MemoryLayout::Memory_4Gb; | 142 | Settings::values.memory_layout_mode.GetValue() != Settings::MemoryLayout::Memory_4Gb; |