cubeb: Change name to "Dolphin Emulator"

To avoid conflicts with KDE's file manager.
This commit is contained in:
Martino Fontana 2023-07-22 23:12:34 +02:00
parent 3d9bc85912
commit b5be399fd4
1 changed files with 1 additions and 1 deletions

View File

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