mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
overlays: move debug overlay to native overlay
This commit is contained in:
parent
d08c7a9b96
commit
3f2c75d920
26 changed files with 196 additions and 955 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue