mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-29 07:37:03 +00:00
AX: Don't exit when initializing audio backend fails
just continue running without audio
This commit is contained in:
parent
3746f018c3
commit
42da9712a9
1 changed files with 0 additions and 2 deletions
|
|
@ -409,7 +409,6 @@ namespace snd_core
|
|||
catch (std::runtime_error& ex)
|
||||
{
|
||||
cemuLog_log(LogType::Force, "can't initialize tv audio: {}", ex.what());
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -423,7 +422,6 @@ namespace snd_core
|
|||
catch (std::runtime_error& ex)
|
||||
{
|
||||
cemuLog_log(LogType::Force, "can't initialize pad audio: {}", ex.what());
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue