mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 15:32:06 +00:00
OpenAL: load DLL dynamically
This commit is contained in:
parent
18e70cdf91
commit
c882d52f4a
2 changed files with 120 additions and 48 deletions
|
@ -64,7 +64,8 @@ public:
|
|||
void Clear(bool mute) override;
|
||||
void Update() override;
|
||||
|
||||
static bool isValid() { return true; }
|
||||
static bool isValid();
|
||||
|
||||
private:
|
||||
std::thread thread;
|
||||
Common::Flag m_run_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue