mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add CubebUtils namespace and hook up cubeb logging
This commit is contained in:
@ -20,7 +20,7 @@ public:
|
||||
|
||||
private:
|
||||
bool m_stereo = false;
|
||||
cubeb* m_ctx = nullptr;
|
||||
std::shared_ptr<cubeb> m_ctx;
|
||||
cubeb_stream* m_stream = nullptr;
|
||||
|
||||
std::vector<short> m_short_buffer;
|
||||
|
Reference in New Issue
Block a user