mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Core: Abide by COM MTA requirement for cubeb on Windows. Partially based on https://github.com/dolphin-emu/dolphin/pull/8920#discussion_r459746604
Co-authored-by: Michael M <mchtly@gmail.com>
This commit is contained in:
@ -3,11 +3,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
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