diff options
| author | 2023-04-30 14:19:11 -0400 | |
|---|---|---|
| committer | 2023-04-30 14:24:22 -0400 | |
| commit | 2cd9e1ecb6b67286ae89ef5758a389b58673c378 (patch) | |
| tree | 9c5af5060d38d4b7df5d95c7ef4a88850e1fd29a /src/yuzu_cmd/config.cpp | |
| parent | Merge pull request #10110 from Morph1984/intel-disable-compute (diff) | |
| download | yuzu-2cd9e1ecb6b67286ae89ef5758a389b58673c378.tar.gz yuzu-2cd9e1ecb6b67286ae89ef5758a389b58673c378.tar.xz yuzu-2cd9e1ecb6b67286ae89ef5758a389b58673c378.zip | |
settings: rename extended memory layout to unsafe, move from general to system
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 464da3231..064d6a68e 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -274,7 +274,7 @@ void Config::ReadValues() { | |||
| 274 | 274 | ||
| 275 | // Core | 275 | // Core |
| 276 | ReadSetting("Core", Settings::values.use_multi_core); | 276 | ReadSetting("Core", Settings::values.use_multi_core); |
| 277 | ReadSetting("Core", Settings::values.use_extended_memory_layout); | 277 | ReadSetting("Core", Settings::values.use_unsafe_extended_memory_layout); |
| 278 | 278 | ||
| 279 | // Cpu | 279 | // Cpu |
| 280 | ReadSetting("Cpu", Settings::values.cpu_accuracy); | 280 | ReadSetting("Cpu", Settings::values.cpu_accuracy); |