diff options
author | lat9nq <lat9nq@gmail.com> | 2022-03-15 08:10:44 +0100 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-03-15 08:13:55 +0100 |
commit | cb32d9aff8f9c63997e660b5e3ad15434ec089c7 (patch) | |
tree | 7c8f636207deb97e15dbc12ac4db0f43b308f86f /src | |
parent | Merge pull request #8008 from ameerj/rescale-offsets-array (diff) | |
download | yuzu-cb32d9aff8f9c63997e660b5e3ad15434ec089c7.tar yuzu-cb32d9aff8f9c63997e660b5e3ad15434ec089c7.tar.gz yuzu-cb32d9aff8f9c63997e660b5e3ad15434ec089c7.tar.bz2 yuzu-cb32d9aff8f9c63997e660b5e3ad15434ec089c7.tar.lz yuzu-cb32d9aff8f9c63997e660b5e3ad15434ec089c7.tar.xz yuzu-cb32d9aff8f9c63997e660b5e3ad15434ec089c7.tar.zst yuzu-cb32d9aff8f9c63997e660b5e3ad15434ec089c7.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 3ac1440c9..34782c378 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -124,7 +124,11 @@ keyboard_enabled = [Core] # Whether to use multi-core for CPU emulation # 0: Disabled, 1 (default): Enabled -use_multi_core= +use_multi_core = + +# Enable extended guest system memory layout (6GB DRAM) +# 0 (default): Disabled, 1: Enabled +use_extended_memory_layout = [Cpu] # Adjusts various optimizations. |