Skip to content
Snippets Groups Projects
Commit cb32d9af authored by lat9nq's avatar lat9nq
Browse files

default_ini: List use_extended_memory_layout in default config file

parent cd07a437
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment