From 8f14b030bbec4e29efd09501aea62e35cdf2ac46 Mon Sep 17 00:00:00 2001 From: Amazing_DM Date: Wed, 8 Apr 2020 11:47:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=8E=89=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Netch/Controllers/NFController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Netch/Controllers/NFController.cs b/Netch/Controllers/NFController.cs index d0805a7a..eddaabda 100644 --- a/Netch/Controllers/NFController.cs +++ b/Netch/Controllers/NFController.cs @@ -59,9 +59,11 @@ namespace Netch.Controllers case "10.0": driverName = "Win-10.sys"; break; + case "6.3": case "6.2": driverName = "Win-8.sys"; break; + case "6.1": case "6.0": driverName = "Win-7.sys"; break;