mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
Core Timing: General corrections and added tests.
This commit is contained in:
parent
eb2ffec5a4
commit
e96ac0e2a3
3 changed files with 165 additions and 7 deletions
|
@ -130,6 +130,7 @@ private:
|
|||
s64 global_timer = 0;
|
||||
s64 idled_cycles = 0;
|
||||
s64 slice_length = 0;
|
||||
u64 accumulated_ticks = 0;
|
||||
std::array<s64, num_cpu_cores> downcounts{};
|
||||
// Slice of time assigned to each core per run.
|
||||
std::array<s64, num_cpu_cores> time_slice{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue