Merge pull request #12063 from SuperSamus/audio-name

cubeb: Change name to "Dolphin Emulator"
This commit is contained in:
Admiral H. Curtiss 2023-07-23 19:15:24 +02:00 committed by GitHub
commit dd3caa48b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;