OpenAL: load DLL dynamically

This commit is contained in:
Michael Maltese
2017-06-25 23:47:15 -07:00
parent 18e70cdf91
commit c882d52f4a
2 changed files with 120 additions and 48 deletions

View File

@ -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;