Skip to content
Snippets Groups Projects
Unverified Commit 61355886 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

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

default_ini: List use_extended_memory_layout in default config file
parents 59d2a38d cb32d9af
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,11 @@ keyboard_enabled = ...@@ -124,7 +124,11 @@ keyboard_enabled =
[Core] [Core]
# Whether to use multi-core for CPU emulation # Whether to use multi-core for CPU emulation
# 0: Disabled, 1 (default): Enabled # 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] [Cpu]
# Adjusts various optimizations. # 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