From 8395033f4a06846b20e379a7dcd6f4d8a288134a Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 29 Aug 2022 18:45:21 +0200 Subject: [PATCH] [meta] Remove d3d10 options from setup script --- setup_dxvk.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/setup_dxvk.sh b/setup_dxvk.sh index 3e63ecf0..e6fd6740 100755 --- a/setup_dxvk.sh +++ b/setup_dxvk.sh @@ -17,7 +17,7 @@ uninstall) ;; *) echo "Unrecognized action: $action" - echo "Usage: $0 [install|uninstall] [--without-dxgi] [--with-d3d10] [--symlink]" + echo "Usage: $0 [install|uninstall] [--without-dxgi] [--symlink]" exit 1 esac @@ -25,7 +25,6 @@ esac shift with_dxgi=true -with_d3d10=false file_cmd="cp -v" while (($# > 0)); do @@ -33,9 +32,6 @@ while (($# > 0)); do "--without-dxgi") with_dxgi=false ;; - "--with-d3d10") - with_d3d10=true - ;; "--symlink") file_cmd="ln -s -v" ;; @@ -206,11 +202,5 @@ if $with_dxgi || [ "$action" == "uninstall" ]; then fi $action d3d9 - -if $with_d3d10 || [ "$action" == "uninstall" ]; then - $action d3d10 - $action d3d10_1 -fi - $action d3d10core $action d3d11