mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
cellAudio: recover Cubeb on failed initialization
This commit is contained in:
parent
68466f05b6
commit
3f3b4bc363
3 changed files with 9 additions and 11 deletions
|
@ -117,7 +117,7 @@ EmuCallbacks main_application::CreateCallbacks()
|
|||
if (!result->Initialized())
|
||||
{
|
||||
// Fall back to a null backend if something went wrong
|
||||
sys_log.error("Audio renderer %s could not be initialized, using a Null renderer instead", result->GetName());
|
||||
sys_log.error("Audio renderer %s could not be initialized, using a Null renderer instead. Make sure that no other application is running that might block audio access (e.g. Netflix).", result->GetName());
|
||||
result = std::make_shared<NullAudioBackend>();
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue