Move unspecific Emulator code out of System.cpp

This commit is contained in:
Megamouse 2021-04-21 22:12:21 +02:00 committed by Ivan
parent 4c2a11b6d0
commit 1caf81811a
38 changed files with 729 additions and 652 deletions

View file

@ -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();
}