Updated xaudio2 CommitChanges patchset

Renamed patch to reflect actual change.
This commit is contained in:
Alistair Leslie-Hughes 2018-04-26 11:33:55 +10:00
parent c9330ebfa3
commit 48e37a9f7c
2 changed files with 6 additions and 7 deletions

View File

@ -8725,9 +8725,9 @@ fi
# | * dlls/xaudio2_7/xaudio_dll.c
# |
if test "$enable_xaudio2_CommitChanges" -eq 1; then
patch_apply xaudio2_CommitChanges/0001-xaudio2-revert-commit-b747d6f6ccdf1699a9242a570d681f.patch
patch_apply xaudio2_CommitChanges/0001-xaudio2-Return-S_OK-in-IXAudio2-in-CommitChanges.patch
(
printf '%s\n' '+ { "Thomas Crider", "xaudio2: Revert commit b747d6f6ccdf1699a9242a570d681fa246de592e, fixes #44883.", 1 },';
printf '%s\n' '+ { "Thomas Crider", "xaudio2: Return S_OK in IXAudio2 in CommitChanges.", 1 },';
) >> "$patchlist"
fi

View File

@ -1,15 +1,14 @@
From f9e60ebf4fab57207c3a836110575c938c9bcd24 Mon Sep 17 00:00:00 2001
From 69a209f88bb8a21ec48638e6d6b6f805a258d788 Mon Sep 17 00:00:00 2001
From: Thomas Crider <gloriouseggroll@gmail.com>
Date: Fri, 13 Apr 2018 18:09:21 -0400
Subject: [PATCH] xaudio2: revert commit
b747d6f6ccdf1699a9242a570d681fa246de592e, fixes #44883
Subject: [PATCH] xaudio2: Return S_OK in IXAudio2 in CommitChanges
---
dlls/xaudio2_7/xaudio_dll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/xaudio2_7/xaudio_dll.c b/dlls/xaudio2_7/xaudio_dll.c
index 28cf98565b..647d2fdab3 100644
index 28cf985..647d2fd 100644
--- a/dlls/xaudio2_7/xaudio_dll.c
+++ b/dlls/xaudio2_7/xaudio_dll.c
@@ -1895,7 +1895,7 @@ static HRESULT WINAPI IXAudio2Impl_CommitChanges(IXAudio2 *iface,
@ -22,5 +21,5 @@ index 28cf98565b..647d2fdab3 100644
static void WINAPI IXAudio2Impl_GetPerformanceData(IXAudio2 *iface,
--
2.17.0
1.9.1