mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
rsx: Make debug overlay dynamic
This commit is contained in:
parent
0ef5743261
commit
fb1c790350
7 changed files with 22 additions and 20 deletions
|
@ -478,7 +478,6 @@ namespace rsx
|
|||
on_init_thread();
|
||||
|
||||
method_registers.init();
|
||||
m_profiler.enabled = !!g_cfg.video.overlay;
|
||||
|
||||
if (!zcull_ctrl)
|
||||
{
|
||||
|
@ -2843,6 +2842,7 @@ namespace rsx
|
|||
|
||||
// Reset current stats
|
||||
m_frame_stats = {};
|
||||
m_profiler.enabled = !!g_cfg.video.overlay;
|
||||
}
|
||||
|
||||
void thread::request_emu_flip(u32 buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue