mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Common: Move FixedSizeQueue into Common namespace
Gets this out of the global namespace.
This commit is contained in:
@ -52,5 +52,5 @@ private:
|
||||
static constexpr int MAX_LOG_LINES = 5000;
|
||||
|
||||
std::mutex m_log_mutex;
|
||||
FixedSizeQueue<LogEntry, MAX_LOG_LINES> m_log_ring_buffer;
|
||||
Common::FixedSizeQueue<LogEntry, MAX_LOG_LINES> m_log_ring_buffer;
|
||||
};
|
||||
|
Reference in New Issue
Block a user