Rebase against 056c9df854817670dc4fb9c095cba29c99089ac8.

This commit is contained in:
Zebediah Figura
2020-05-22 17:57:07 -05:00
parent a1bda115af
commit 7f9b426cb9
5 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
From 4d0e15f41b11c1ae69c3aff6fb17c0539ce43766 Mon Sep 17 00:00:00 2001
From 547a512a92e719ea5dc1c812e4505680c006b2a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Thu, 8 Jun 2017 23:41:02 +0200
Subject: [PATCH] dxgkrnl.sys: Add stub driver.
@@ -116,7 +116,7 @@ index 00000000000..c5639c237c8
+ return STATUS_SUCCESS;
+}
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index e4f3d74886c..9d9e862101b 100644
index 0a43cc779cb..f524f917243 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -2611,6 +2611,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
@@ -125,16 +125,16 @@ index e4f3d74886c..9d9e862101b 100644
11,,winetest.exe,-
+12,,dxgkrnl.sys,-
12,,fltmgr.sys,-
12,,hidclass.sys,-
12,,http.sys,-
12,,ksecdd.sys,-
@@ -2664,6 +2665,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
@@ -2667,6 +2668,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,iexplore.exe
11,,notepad.exe
11,,winetest.exe,-
+12,,dxgkrnl.sys
12,,fltmgr.sys
12,,hidclass.sys
12,,http.sys
12,,ksecdd.sys
--
2.26.2

View File

@@ -1,4 +1,4 @@
From c120934a030791fdb858892fe86d278874e5e16a Mon Sep 17 00:00:00 2001
From 747017a3787d4ad68f26b1047cc097afe53133be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Thu, 8 Jun 2017 23:42:32 +0200
Subject: [PATCH] dxgmms1.sys: Add stub driver.
@@ -92,7 +92,7 @@ index 00000000000..686493d3296
+ return STATUS_SUCCESS;
+}
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 9d9e862101b..180c3be2a04 100644
index f524f917243..c62a360e1c1 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -2612,6 +2612,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
@@ -101,16 +101,16 @@ index 9d9e862101b..180c3be2a04 100644
12,,dxgkrnl.sys,-
+12,,dxgmms1.sys,-
12,,fltmgr.sys,-
12,,hidclass.sys,-
12,,http.sys,-
12,,ksecdd.sys,-
@@ -2666,6 +2667,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
@@ -2669,6 +2670,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,notepad.exe
11,,winetest.exe,-
12,,dxgkrnl.sys
+12,,dxgmms1.sys
12,,fltmgr.sys
12,,hidclass.sys
12,,http.sys
12,,ksecdd.sys
--
2.26.2