mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Move unspecific Emulator code out of System.cpp
This commit is contained in:
parent
4c2a11b6d0
commit
1caf81811a
38 changed files with 729 additions and 652 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "Emu/Cell/Modules/cellAudio.h"
|
||||
#include "Emu/RSX/Overlays/overlay_perf_metrics.h"
|
||||
#include "Emu/system_utils.hpp"
|
||||
#include "trophy_notification_helper.h"
|
||||
#include "save_data_dialog.h"
|
||||
#include "msg_dialog_frame.h"
|
||||
|
@ -557,7 +558,7 @@ void gui_application::OnEmuSettingsChange()
|
|||
}
|
||||
}
|
||||
|
||||
Emulator::ConfigureLogs();
|
||||
rpcs3::utils::configure_logs();
|
||||
audio::configure_audio();
|
||||
rsx::overlays::reset_performance_overlay();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue