mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Try to make most audio configs dynamic
This commit is contained in:
parent
8ee953ef8e
commit
20d6664dc1
12 changed files with 228 additions and 109 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "_discord_utils.h"
|
||||
#endif
|
||||
|
||||
#include "Emu/Cell/Modules/cellAudio.h"
|
||||
#include "Emu/RSX/Overlays/overlay_perf_metrics.h"
|
||||
#include "trophy_notification_helper.h"
|
||||
#include "save_data_dialog.h"
|
||||
|
@ -474,6 +475,7 @@ void gui_application::OnEmuSettingsChange()
|
|||
}
|
||||
|
||||
Emu.ConfigureLogs();
|
||||
audio::configure_audio();
|
||||
rsx::overlays::reset_performance_overlay();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue