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/0.3-nine-dll-path.patch

14 lines
414 B

diff --git a/ninewinecfg/main.c b/ninewinecfg/main.c
index 3d58d67..e69668d 100644
--- a/ninewinecfg/main.c
+++ b/ninewinecfg/main.c
@@ -32,7 +32,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(ninecfg);
-static const char * const fn_nine_dll = "d3d9-nine.dll";
+static const char * const fn_nine_dll = G9DLL;
static const char * const fn_d3d9_dll = "d3d9.dll";
static const char * const fn_nine_exe = "ninewinecfg.exe";