mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Common: Move FixedSizeQueue into Common namespace
Gets this out of the global namespace.
This commit is contained in:
@ -29,7 +29,7 @@ private:
|
||||
|
||||
std::unique_ptr<DPL2FSDecoder> m_fsdecoder;
|
||||
std::array<float, 32768> m_float_conversion_buffer;
|
||||
FixedSizeQueue<float, 32768> m_decoded_fifo;
|
||||
Common::FixedSizeQueue<float, 32768> m_decoded_fifo;
|
||||
};
|
||||
|
||||
} // namespace AudioCommon
|
||||
|
Reference in New Issue
Block a user