From fbb77316810d13f785381daf3b5c12d594f0cc8d Mon Sep 17 00:00:00 2001 From: Will Xyen Date: Tue, 21 Jan 2020 06:13:36 -0500 Subject: [PATCH] dist: Update sdvxhook2.conf provided to have new d3d9exhook options --- dist/sdvx5/sdvxhook2.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/sdvx5/sdvxhook2.conf b/dist/sdvx5/sdvxhook2.conf index 9ce8740..05a5c82 100644 --- a/dist/sdvx5/sdvxhook2.conf +++ b/dist/sdvx5/sdvxhook2.conf @@ -14,10 +14,16 @@ gfx.framed=true gfx.windowed=false # Windowed width, -1 for default size -gfx.window_width=720 +gfx.window_width=1080 # Windowed height, -1 for default size -gfx.window_height=1280 +gfx.window_height=1920 + +# Forced refresh rate, -1 to not force any (try 59 or 60 if monitor check fails to lock on high refresh rate monitors) +gfx.forced_refresh_rate=-1 + +# D3D9ex device adapter (monitor), -1 to use default,0, 1, 2 etc. to use specified adapter +gfx.device_adapter=-1 # Disables the camera emulation cam.disable_emu=false