Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12063 from SuperSamus/audio-name
cubeb: Change name to "Dolphin Emulator"
  • Loading branch information
AdmiralCurtiss committed Jul 23, 2023
2 parents e3ef3cb + b5be399 commit dd3caa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/AudioCommon/CubebUtils.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit dd3caa4

Please sign in to comment.