You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/gallium-nine-standalone/files/nine-dll-path.patch

13 lines
550 B

diff -Naur a/ninewinecfg/main.c b/ninewinecfg/main.c
--- a/ninewinecfg/main.c 2019-01-12 19:43:40.113737110 +0000
+++ b/ninewinecfg/main.c 2019-01-12 19:46:54.213703713 +0000
@@ -47,7 +47,7 @@
#define WINE_STAGING 1
#endif
-static const char * const fn_nine_dll = "d3d9-nine.dll";
+static const char * const fn_nine_dll = G9DLL;
static const char * const reg_path_dll_overrides = "Software\\Wine\\DllOverrides";
static const char * const reg_path_dll_redirects = "Software\\Wine\\DllRedirects";
static const char * const reg_key_d3d9 = "d3d9";