diff options
| author | Martino Fontana <tinozzo123@gmail.com> | 2023-07-22 23:12:34 +0200 |
|---|---|---|
| committer | Martino Fontana <tinozzo123@gmail.com> | 2023-07-22 23:12:34 +0200 |
| commit | b5be399fd4175eb6c4ba83201bd4866b357b3200 (patch) | |
| tree | 927b38acabf7b16ba524c99f5ab4714c32699eb5 /Source/Core/AudioCommon/CubebUtils.cpp | |
| parent | 3d9bc859127e3aa5a6fd1a4017a11d0ba2429fe5 (diff) | |
cubeb: Change name to "Dolphin Emulator"
To avoid conflicts with KDE's file manager.
Diffstat (limited to 'Source/Core/AudioCommon/CubebUtils.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/CubebUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/CubebUtils.cpp b/Source/Core/AudioCommon/CubebUtils.cpp index f7682f6ade..766a5c3b83 100644 --- a/Source/Core/AudioCommon/CubebUtils.cpp +++ b/Source/Core/AudioCommon/CubebUtils.cpp @@ -72,7 +72,7 @@ std::shared_ptr<cubeb> CubebUtils::GetContext() } cubeb* ctx; - if (cubeb_init(&ctx, "Dolphin", nullptr) != CUBEB_OK) + if (cubeb_init(&ctx, "Dolphin Emulator", nullptr) != CUBEB_OK) { ERROR_LOG_FMT(AUDIO, "Error initializing cubeb library"); return nullptr; |
