overlays: move debug overlay to native overlay

This commit is contained in:
Megamouse 2023-12-14 01:59:28 +01:00
parent d08c7a9b96
commit 3f2c75d920
26 changed files with 196 additions and 955 deletions

View file

@ -50,6 +50,7 @@ namespace audio
namespace rsx::overlays
{
extern void reset_performance_overlay();
extern void reset_debug_overlay();
}
/** Emu.Init() wrapper for user management */
@ -91,6 +92,7 @@ void main_application::OnEmuSettingsChange()
audio::configure_audio();
audio::configure_rsxaudio();
rsx::overlays::reset_performance_overlay();
rsx::overlays::reset_debug_overlay();
}
/** RPCS3 emulator has functions it desires to call from the GUI at times. Initialize them in here. */