From 36501be9f8d40c34e09eefdb0952464aadd017bb Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sun, 9 Aug 2020 21:36:09 +0300 Subject: [PATCH] [D3D12] Remove now-unused d3d12_resolution_scale_resolve_edge_clamp cvar --- src/xenia/gpu/d3d12/render_target_cache.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/xenia/gpu/d3d12/render_target_cache.cc b/src/xenia/gpu/d3d12/render_target_cache.cc index 821395d90..35e6d5667 100644 --- a/src/xenia/gpu/d3d12/render_target_cache.cc +++ b/src/xenia/gpu/d3d12/render_target_cache.cc @@ -32,12 +32,6 @@ DEFINE_bool(d3d12_16bit_rtv_full_range, true, "Use full -32...32 range for RG16 and RGBA16 render targets " "(at the expense of blending correctness) without ROV.", "D3D12"); -DEFINE_bool(d3d12_resolution_scale_resolve_edge_clamp, true, - "When using resolution scale, apply the hack that duplicates the " - "right/lower subpixel in the left and top sides of render target " - "resolve areas to eliminate the gap caused by half-pixel offset " - "(this is necessary for certain games like GTA IV to work).", - "D3D12"); namespace xe { namespace gpu {