mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(D3D11) Comment out performance counter
This commit is contained in:
parent
753552bd40
commit
406d927f6b
@ -1207,7 +1207,9 @@ static bool d3d11_gfx_frame(
|
|||||||
D3D11SetRenderTargets(context, 1, &d3d11->renderTargetView, NULL);
|
D3D11SetRenderTargets(context, 1, &d3d11->renderTargetView, NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
PERF_START();
|
PERF_START();
|
||||||
|
#endif
|
||||||
|
|
||||||
#if 0 /* custom viewport doesn't call apply_state_changes, so we can't rely on this for now */
|
#if 0 /* custom viewport doesn't call apply_state_changes, so we can't rely on this for now */
|
||||||
if (d3d11->resize_viewport)
|
if (d3d11->resize_viewport)
|
||||||
@ -1471,7 +1473,9 @@ static bool d3d11_gfx_frame(
|
|||||||
}
|
}
|
||||||
d3d11->sprites.enabled = false;
|
d3d11->sprites.enabled = false;
|
||||||
|
|
||||||
|
#if 0
|
||||||
PERF_STOP();
|
PERF_STOP();
|
||||||
|
#endif
|
||||||
DXGIPresent(d3d11->swapChain, !!d3d11->vsync, 0);
|
DXGIPresent(d3d11->swapChain, !!d3d11->vsync, 0);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user