mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Merge pull request #12063 from SuperSamus/audio-name
cubeb: Change name to "Dolphin Emulator"
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user