From 1ab381d44edc43c86709c848a733bfe7dc78ced8 Mon Sep 17 00:00:00 2001 From: Jeffrey Paine Date: Mon, 10 Apr 2023 17:14:16 -0400 Subject: [PATCH] iidx: Rename "fix stretched BG" function to include 9/10 --- src/main/iidxhook3/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/iidxhook3/dllmain.c b/src/main/iidxhook3/dllmain.c index 1563161..b2e0e41 100644 --- a/src/main/iidxhook3/dllmain.c +++ b/src/main/iidxhook3/dllmain.c @@ -80,7 +80,7 @@ iidxhook3_setup_d3d9_hooks(const struct iidxhook_config_gfx *config_gfx) d3d9_config.pci_pid = config_gfx->pci_id_pid; /* Required for GOLD (and newer?) to not crash with NVIDIA cards */ - d3d9_config.iidx11_to_17_fix_uvs_bg_videos = true; + d3d9_config.iidx09_to_17_fix_uvs_bg_videos = true; d3d9_config.iidx14_to_19_nvidia_fix = true; d3d9_config.scale_back_buffer_width = config_gfx->scale_back_buffer_width;