mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core: Use extra thread for Cubeb on Windows to not disturb the CoInitialize state of whatever thread happens to call a Cubeb function.
This commit is contained in:
@ -10,6 +10,5 @@ struct cubeb;
|
||||
|
||||
namespace CubebUtils
|
||||
{
|
||||
void RunInCubebContext(const std::function<void()>& func);
|
||||
std::shared_ptr<cubeb> GetContext();
|
||||
} // namespace CubebUtils
|
||||
|
Reference in New Issue
Block a user