diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/backends/oboe.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alc/backends/oboe.cpp b/alc/backends/oboe.cpp index 7137e90a..04bb9cf4 100644 --- a/alc/backends/oboe.cpp +++ b/alc/backends/oboe.cpp @@ -69,6 +69,8 @@ void OboePlayback::open(const ALCchar *name) if(result != oboe::Result::OK) throw al::backend_exception{ALC_INVALID_VALUE, "Failed to create stream: %s", oboe::convertToText(result)}; + + mDevice->DeviceName = name; } bool OboePlayback::reset() |