summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorGravatar GPUCode2023-11-19 11:21:53 +0200
committerGravatar t8952023-11-25 00:47:35 -0500
commit6de2edcca1624982e99a72741d4fa289dc9d7551 (patch)
tree8c355b39a6f71e333ccc2f929816ce96e40d3f2c /src/core/core.cpp
parentandroid: Add cpu bakend gui toggle (diff)
downloadyuzu-6de2edcca1624982e99a72741d4fa289dc9d7551.tar.gz
yuzu-6de2edcca1624982e99a72741d4fa289dc9d7551.tar.xz
yuzu-6de2edcca1624982e99a72741d4fa289dc9d7551.zip
Address some review comments
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 408479019..14d6c8c27 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -137,6 +137,7 @@ struct System::Impl {
137 137
138 void Initialize(System& system) { 138 void Initialize(System& system) {
139 device_memory = std::make_unique<Core::DeviceMemory>(); 139 device_memory = std::make_unique<Core::DeviceMemory>();
140
140 is_multicore = Settings::values.use_multi_core.GetValue(); 141 is_multicore = Settings::values.use_multi_core.GetValue();
141 extended_memory_layout = 142 extended_memory_layout =
142 Settings::values.memory_layout_mode.GetValue() != Settings::MemoryLayout::Memory_4Gb; 143 Settings::values.memory_layout_mode.GetValue() != Settings::MemoryLayout::Memory_4Gb;