mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
Config: Port MMU setting to new config system.
This commit is contained in:
parent
d8825f5635
commit
92d2fd9d5f
12 changed files with 15 additions and 15 deletions
|
@ -20,5 +20,6 @@ System::~System() = default;
|
|||
void System::Initialize()
|
||||
{
|
||||
m_separate_cpu_and_gpu_threads = Config::Get(Config::MAIN_CPU_THREAD);
|
||||
m_mmu_enabled = Config::Get(Config::MAIN_MMU);
|
||||
}
|
||||
} // namespace Core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue