mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
Add CubebUtils namespace and hook up cubeb logging
This commit is contained in:
parent
34ad1eb547
commit
d416cbd9ed
11 changed files with 116 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue