update parallel rdp

This commit is contained in:
Logan McNaughton
2021-06-10 10:43:11 -06:00
parent 4b9aff6f67
commit 0b91e5e3fa
3 changed files with 7 additions and 6 deletions
+4 -2
View File
@@ -48,8 +48,10 @@ void vk_blit(unsigned &width, unsigned &height)
opts.vi.dither_filter = vk_dither_filter;
opts.vi.divot_filter = vk_divot_filter;
opts.vi.gamma_dither = vk_gamma_dither;
opts.blend_previous_frame = vk_interlacing;
opts.upscale_deinterlacing = !vk_interlacing;
//opts.blend_previous_frame = vk_interlacing;
//opts.upscale_deinterlacing = !vk_interlacing;
opts.blend_previous_frame = 1;
opts.upscale_deinterlacing = 0;
opts.downscale_steps = vk_downscaling_steps;
opts.crop_overscan_pixels = vk_overscan;