mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
cubeb: Change name to "Dolphin Emulator"
To avoid conflicts with KDE's file manager.
This commit is contained in:
parent
ad6ced6957
commit
6b56d1d0c7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ std::shared_ptr<cubeb> CubebUtils::GetContext()
|
||||||
}
|
}
|
||||||
|
|
||||||
cubeb* ctx;
|
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");
|
ERROR_LOG_FMT(AUDIO, "Error initializing cubeb library");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue