diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-02-26 23:39:44 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-02-26 23:39:44 +0000 |
commit | c4082496c5f114ec6acb76ba1e80d94f0073714a (patch) | |
tree | cbf2ee8444287ab8405ac7871aa584db3c101cae /app-emulation/gallium-nine-standalone/files | |
parent | app-emulation/gallium-nine-standalone: Version bump to 0.3 (diff) | |
download | gentoo-c4082496c5f114ec6acb76ba1e80d94f0073714a.tar.gz gentoo-c4082496c5f114ec6acb76ba1e80d94f0073714a.tar.bz2 gentoo-c4082496c5f114ec6acb76ba1e80d94f0073714a.zip |
app-emulation/gallium-nine-standalone: Drop old 0_p20190113
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/gallium-nine-standalone/files')
-rw-r--r-- | app-emulation/gallium-nine-standalone/files/nine-dll-path.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emulation/gallium-nine-standalone/files/nine-dll-path.patch b/app-emulation/gallium-nine-standalone/files/nine-dll-path.patch deleted file mode 100644 index 9399dde3e4f6..000000000000 --- a/app-emulation/gallium-nine-standalone/files/nine-dll-path.patch +++ /dev/null @@ -1,12 +0,0 @@ -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"; |