mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
rsx: Improve profiling setup
- Avoid spamming QPC when not needed - Free performance when debug overlay is not enabled
This commit is contained in:
parent
b893a75002
commit
d26b25816d
6 changed files with 58 additions and 51 deletions
|
@ -436,8 +436,8 @@ namespace rsx
|
|||
on_init_thread();
|
||||
|
||||
method_registers.init();
|
||||
|
||||
g_dma_manager.init();
|
||||
m_profiler.enabled = !!g_cfg.video.overlay;
|
||||
|
||||
if (!zcull_ctrl)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue