mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
sys_rsxaudio: only update config if the fxo is initialized
This commit is contained in:
parent
ba96c6f3bb
commit
61823a5d62
@ -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…
x
Reference in New Issue
Block a user