mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-24 23:27:21 -05:00
AX: Don't exit when initializing audio backend fails
just continue running without audio
This commit is contained in:
parent
3746f018c3
commit
42da9712a9
|
|
@ -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…
Reference in New Issue
Block a user