mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
cubeb: Change name to "Dolphin Emulator"
To avoid conflicts with KDE's file manager.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user