Changeset View
Changeset View
Standalone View
Standalone View
files/d3d9-helper.patch
| From 801df94f3ef6e792dae55916a1fd796fec221232 Mon Sep 17 00:00:00 2001 | From 6ccba02d4f144a415394642dcd37a88ed29a40a4 Mon Sep 17 00:00:00 2001 | ||||
| From: Nick Sarnie <sarnex@gentoo.org> | From: Nick Sarnie <sarnex@gentoo.org> | ||||
| Date: Mon, 11 Jun 2018 21:09:04 -0400 | Date: Sun, 24 Jun 2018 13:53:50 -0400 | ||||
| Subject: [PATCH] D3D9 Helper | Subject: [PATCH] D3D9 Helper | ||||
| Signed-off-by: Nick Sarnie <sarnex@gentoo.org> | Signed-off-by: Nick Sarnie <sarnex@gentoo.org> | ||||
| --- | --- | ||||
| dlls/ntdll/loader.c | 205 ++++++++++++++++++++---- | dlls/ntdll/loader.c | 205 ++++++++++++++++++++---- | ||||
| dlls/ntdll/loadorder.c | 298 ++++++++++++++++++++++++++--------- | dlls/ntdll/loadorder.c | 298 ++++++++++++++++++++++++++--------- | ||||
| dlls/ntdll/ntdll_misc.h | 1 + | dlls/ntdll/ntdll_misc.h | 1 + | ||||
| programs/winecfg/Makefile.in | 1 + | programs/winecfg/Makefile.in | 1 + | ||||
| ▲ Show 20 Lines • Show All 788 Lines • ▼ Show 20 Lines | |||||
| + ret = NULL; | + ret = NULL; | ||||
| + TRACE( "no redirection found for %s\n", debugstr_w(path) ); | + TRACE( "no redirection found for %s\n", debugstr_w(path) ); | ||||
| + | + | ||||
| + done: | + done: | ||||
| + RtlFreeHeap( GetProcessHeap(), 0, module ); | + RtlFreeHeap( GetProcessHeap(), 0, module ); | ||||
| + return ret; | + return ret; | ||||
| +} | +} | ||||
| diff --git a/dlls/ntdll/ntdll_misc.h b/dlls/ntdll/ntdll_misc.h | diff --git a/dlls/ntdll/ntdll_misc.h b/dlls/ntdll/ntdll_misc.h | ||||
| index 85bdd9ed05..0eb5ae6241 100644 | index 165f083425..78c6ee0710 100644 | ||||
| --- a/dlls/ntdll/ntdll_misc.h | --- a/dlls/ntdll/ntdll_misc.h | ||||
| +++ b/dlls/ntdll/ntdll_misc.h | +++ b/dlls/ntdll/ntdll_misc.h | ||||
| @@ -214,6 +214,7 @@ enum loadorder | @@ -214,6 +214,7 @@ enum loadorder | ||||
| }; | }; | ||||
| extern enum loadorder get_load_order( const WCHAR *app_name, const WCHAR *path ) DECLSPEC_HIDDEN; | extern enum loadorder get_load_order( const WCHAR *app_name, const WCHAR *path ) DECLSPEC_HIDDEN; | ||||
| +extern WCHAR* get_redirect( const WCHAR *app_name, const WCHAR *path, BYTE *buffer, ULONG size ) DECLSPEC_HIDDEN; | +extern WCHAR* get_redirect( const WCHAR *app_name, const WCHAR *path, BYTE *buffer, ULONG size ) DECLSPEC_HIDDEN; | ||||
| ▲ Show 20 Lines • Show All 203 Lines • ▼ Show 20 Lines | |||||
| + LTEXT "The following settings are experimental and may break stuff!\nMake sure to reset them again in case of a problem.\nGallium Nine requires MESA graphic drivers and AMD/Nvidia GPU.\n",IDC_STATIC,16,16,230,24 | + LTEXT "The following settings are experimental and may break stuff!\nMake sure to reset them again in case of a problem.\nGallium Nine requires MESA graphic drivers and AMD/Nvidia GPU.\n",IDC_STATIC,16,16,230,24 | ||||
| + CONTROL "Enable &Gallium Nine for better D3D9 graphic performance.",IDC_ENABLE_NATIVE_D3D9,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,40,230,8 | + CONTROL "Enable &Gallium Nine for better D3D9 graphic performance.",IDC_ENABLE_NATIVE_D3D9,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,40,230,8 | ||||
| +END | +END | ||||
| + | + | ||||
| LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | ||||
| /* @makedep: winecfg.ico */ | /* @makedep: winecfg.ico */ | ||||
| -- | -- | ||||
| 2.17.1 | 2.18.0 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.