default_ini: List use_extended_memory_layout in default config file
This commit is contained in:
parent
cd07a43724
commit
cb32d9aff8
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue