forked from eden-emu/eden
General: Initial Setup for Single Core.
This commit is contained in:
parent
391f5f360d
commit
ab9aae28bf
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