summarylogtreecommitdiffstats
path: root/patches-remove_leftover_patch.patch
blob: fc1a4ad7c2a76af83c31b33dbd5365644d799102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
diff --git a/patches/proton/10-proton-protonify_staging.patch b/patches/proton/10-proton-protonify_staging.patch
index 10f5579..6a56778 100644
--- a/patches/proton/10-proton-protonify_staging.patch
+++ b/patches/proton/10-proton-protonify_staging.patch
@@ -173,32 +173,6 @@ index 3b451a22577..ca5dac43bb0 100644
      SERVER_START_REQ( queue_exception_event )
      {
          req->first   = first_chance;
-From 7e91b897e69854cb3afe761f48ef7c9b496ecf95 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=B3zef=20Kucia?= <jkucia@codeweavers.com>
-Date: Wed, 1 May 2019 12:28:12 +0200
-Subject: [PATCH] vulkan-1: Prefer built-in DLL.
-
-Games may ship with their own Vulkan loader.
----
- dlls/vulkan-1/vulkan.c | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/dlls/vulkan-1/vulkan.c b/dlls/vulkan-1/vulkan.c
-index d3b35603a17..4926cf9bf4f 100644
---- a/dlls/vulkan-1/vulkan.c
-+++ b/dlls/vulkan-1/vulkan.c
-@@ -32,10 +32,6 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, void *reserved)
- 
-     switch (reason)
-     {
--        case DLL_WINE_PREATTACH:
--            /* Prefer native as it provides more functionality. */
--            return FALSE;
--
-         case DLL_PROCESS_ATTACH:
-             DisableThreadLibraryCalls(hinst);
-             return TRUE;
-
 From 90e3616c89ef7ed38763a3e3af3e9f0cd59697da Mon Sep 17 00:00:00 2001
 From: Nikolay Sivov <nsivov@codeweavers.com>
 Date: Wed, 8 Mar 2017 20:15:40 +0300