default_ini: List use_extended_memory_layout in default config file

This commit is contained in:
lat9nq 2022-03-15 03:10:44 -04:00
parent cd07a43724
commit cb32d9aff8
1 changed files with 5 additions and 1 deletions

View File

@ -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.