Merge pull request #8026 from lat9nq/ext-mem-ini

default_ini: List use_extended_memory_layout in default config file
This commit is contained in:
bunnei 2022-03-15 18:12:10 -07:00 committed by GitHub
commit 613558867c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.