mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
General: Initial Setup for Single Core.
This commit is contained in:
parent
65225cf61b
commit
cc2f7dcd08
8 changed files with 232 additions and 38 deletions
|
@ -149,6 +149,9 @@ struct System::Impl {
|
|||
|
||||
device_memory = std::make_unique<Core::DeviceMemory>(system);
|
||||
|
||||
kernel.SetMulticore(Settings::values.use_multi_core);
|
||||
cpu_manager.SetMulticore(Settings::values.use_multi_core);
|
||||
|
||||
core_timing.Initialize([&system]() { system.RegisterHostThread(); });
|
||||
kernel.Initialize();
|
||||
cpu_manager.Initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue