mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05: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
|
@ -104,6 +104,7 @@ private:
|
|||
bool is_multicore{};
|
||||
std::atomic<std::size_t> current_core{};
|
||||
std::size_t preemption_count{};
|
||||
std::size_t idle_count{};
|
||||
static constexpr std::size_t max_cycle_runs = 5;
|
||||
Core::Frontend::EmuWindow* render_window;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue