Only silence logging during gameplay

This commit is contained in:
Megamouse 2023-07-06 22:14:25 +02:00
parent 8d54ddf426
commit 4aec48c2ca
4 changed files with 13 additions and 6 deletions

View file

@ -79,10 +79,11 @@ void main_application::OnEmuSettingsChange()
}
}
rpcs3::utils::configure_logs();
if (!Emu.IsStopped())
{
// Change logging (only allowed during gameplay)
rpcs3::utils::configure_logs();
// Force audio provider
g_cfg.audio.provider.set(Emu.IsVsh() ? audio_provider::rsxaudio : audio_provider::cell_audio);
}