diff options
| author | 2022-02-26 01:41:08 -0800 | |
|---|---|---|
| committer | 2022-02-26 01:41:08 -0800 | |
| commit | 20e9501b0d0d18b6b215f2f3ed092a3646267bd1 (patch) | |
| tree | cd90b946482d00c5431c13b165f28d803cf54f59 /src/common/settings.cpp | |
| parent | Merge pull request #7953 from ameerj/radv-rdna2-crash (diff) | |
| parent | hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_... (diff) | |
| download | yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar.gz yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar.xz yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.zip | |
Merge pull request #7932 from bunnei/extended-mem-layout
Add extended memory layout (6GB) support and improve KResourceLimit management
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 6964a8273..2810cec15 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -167,6 +167,7 @@ void RestoreGlobalState(bool is_powered_on) { | |||
| 167 | 167 | ||
| 168 | // Core | 168 | // Core |
| 169 | values.use_multi_core.SetGlobal(true); | 169 | values.use_multi_core.SetGlobal(true); |
| 170 | values.use_extended_memory_layout.SetGlobal(true); | ||
| 170 | 171 | ||
| 171 | // CPU | 172 | // CPU |
| 172 | values.cpu_accuracy.SetGlobal(true); | 173 | values.cpu_accuracy.SetGlobal(true); |