mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Common: SPSCQueue cleanups and improvements.
This commit is contained in:
parent
d04e9e79a6
commit
af960651e8
7 changed files with 121 additions and 81 deletions
|
@ -59,7 +59,7 @@ private:
|
|||
|
||||
// Push'd from Count()
|
||||
// and Pop'd from UpdateStats()
|
||||
Common::SPSCQueue<DT, false> m_raw_dts;
|
||||
Common::SPSCQueue<DT> m_raw_dts;
|
||||
std::atomic<DT> m_last_raw_dt = DT::zero();
|
||||
|
||||
// Amount of time to sample dt's over (defaults to config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue