Rebase againsts 9ae8b8c00f2cca205fdf4ce76e221778b7dfbea7

This commit is contained in:
Alistair Leslie-Hughes
2018-02-27 09:23:02 +11:00
parent ef8e90cbdc
commit a1ec166849
22 changed files with 539 additions and 686 deletions

View File

@@ -1,15 +1,15 @@
From af47a9365411f0b25cd54ad38d152fe4878da10f Mon Sep 17 00:00:00 2001
From 091225489a181bcc68d0dd70cb94c4711fc7792e Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Sat, 15 Jul 2017 22:20:28 +0200
Subject: xaudio2_7: Use assembly wrapper to call OnVoiceProcessingPassStart
callback.
Subject: [PATCH] xaudio2_7: Use assembly wrapper to call
OnVoiceProcessingPassStart callback.
---
dlls/xaudio2_7/xaudio_dll.c | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dlls/xaudio2_7/xaudio_dll.c b/dlls/xaudio2_7/xaudio_dll.c
index 13f591630fd..5770a99b44c 100644
index 0682a5f..19dd9b0 100644
--- a/dlls/xaudio2_7/xaudio_dll.c
+++ b/dlls/xaudio2_7/xaudio_dll.c
@@ -17,6 +17,7 @@
@@ -59,5 +59,5 @@ index 13f591630fd..5770a99b44c 100644
{
TRACE("wFormatTag: 0x%x (", fmt->wFormatTag);
--
2.13.1
1.9.1