mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
OpenAL: load DLL dynamically
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user