mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
CubebInput: Avoid redundant CoInitializeEx (#449)
This commit is contained in:
parent
521f2fb707
commit
a40b226e00
3 changed files with 1 additions and 19 deletions
|
@ -40,7 +40,6 @@ public:
|
|||
static void Destroy();
|
||||
|
||||
private:
|
||||
inline static bool s_com_initialized = false;
|
||||
inline static cubeb* s_context = nullptr;
|
||||
|
||||
cubeb_stream* m_stream = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue