mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
sys_rsxaudio: only update config if the fxo is initialized
This commit is contained in:
parent
ba96c6f3bb
commit
61823a5d62
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ namespace audio
|
|||
{
|
||||
void configure_rsxaudio()
|
||||
{
|
||||
if (g_cfg.audio.provider == audio_provider::rsxaudio)
|
||||
if (g_cfg.audio.provider == audio_provider::rsxaudio && g_fxo->is_init<rsx_audio_backend>())
|
||||
{
|
||||
g_fxo->get<rsx_audio_backend>().update_emu_cfg();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue