mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
This commit is contained in:
parent
1bcceea736
commit
287ea2d3b4
7 changed files with 48 additions and 10 deletions
|
@ -158,6 +158,8 @@ struct System::Impl {
|
|||
kernel.SetMulticore(is_multicore);
|
||||
cpu_manager.SetMulticore(is_multicore);
|
||||
cpu_manager.SetAsyncGpu(is_async_gpu);
|
||||
core_timing.SetMulticore(is_multicore);
|
||||
cpu_manager.SetRenderWindow(emu_window);
|
||||
|
||||
core_timing.Initialize([&system]() { system.RegisterHostThread(); });
|
||||
kernel.Initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue