summaryrefslogtreecommitdiff
path: root/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch')
-rw-r--r--app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch b/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch
new file mode 100644
index 000000000000..830bdc4b32ed
--- /dev/null
+++ b/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch
@@ -0,0 +1,13 @@
+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";
+