diff options
| author | Léo Lam <leo@leolam.fr> | 2021-08-08 13:16:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 13:16:54 +0200 |
| commit | 8e1dbdb257f612cf7e230b28b739de0a6d506d24 (patch) | |
| tree | fa1ef2b026d3e482e22580d2d4c3077e17ae41a3 /Source/Core/AudioCommon/WASAPIStream.cpp | |
| parent | 682c7454f0ca05ce8d538744e7a868e2452ca5a5 (diff) | |
| parent | eda2035874309233a3971aed075c0417c1f18ef7 (diff) | |
Merge pull request #10006 from Tilka/pulse
AudioCommon: fix bogus error + cleanup
Diffstat (limited to 'Source/Core/AudioCommon/WASAPIStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/WASAPIStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/WASAPIStream.cpp b/Source/Core/AudioCommon/WASAPIStream.cpp index efe630689a..d65471226b 100644 --- a/Source/Core/AudioCommon/WASAPIStream.cpp +++ b/Source/Core/AudioCommon/WASAPIStream.cpp @@ -49,7 +49,7 @@ WASAPIStream::~WASAPIStream() m_thread.join(); } -bool WASAPIStream::isValid() +bool WASAPIStream::IsValid() { return true; } |
