Rework time service to fix time passing offline.

This commit is contained in:
Kelebek1
2023-10-29 13:50:55 +00:00
parent a560b9f5a2
commit e4915fb7d2
144 changed files with 8734 additions and 3972 deletions

View File

@ -67,4 +67,4 @@ public:
size_t size_slots{};
};
} // namespace VideoCommon
} // namespace VideoCommon

View File

@ -178,4 +178,4 @@ protected:
std::unique_ptr<QueryCacheBaseImpl> impl;
};
} // namespace VideoCommon
} // namespace VideoCommon

View File

@ -146,4 +146,4 @@ protected:
std::deque<size_t> old_queries;
};
} // namespace VideoCommon
} // namespace VideoCommon

View File

@ -71,4 +71,4 @@ enum class ReductionOp : u32 {
MaxReductionOp,
};
} // namespace VideoCommon
} // namespace VideoCommon