mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Only silence logging during gameplay
This commit is contained in:
parent
8d54ddf426
commit
4aec48c2ca
4 changed files with 13 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue