Added patch for IDXGIOutput::GetDesc.

This commit is contained in:
Michael Müller
2014-12-19 21:35:01 +01:00
parent c6eae9c6a3
commit 3d8a3c0e69
5 changed files with 70 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ PATCHLIST := \
dbghelp-KdHelp.ok \
dinput-Events.ok \
dsound-Fast_Mixer.ok \
dxgi-GetDesc.ok \
fonts-Missing_Fonts.ok \
gdi32-MaxPixelFormats.ok \
gdi32-MultiMonitor.ok \
@@ -486,6 +487,18 @@ dsound-Fast_Mixer.ok:
echo '+ { "Alexander E. Patrakov", "dsound: Add a linear resampler for use with a large number of mixing buffers.", 1 },'; \
) > dsound-Fast_Mixer.ok
# Patchset dxgi-GetDesc
# |
# | Modified files:
# | * dlls/dxgi/output.c
# |
.INTERMEDIATE: dxgi-GetDesc.ok
dxgi-GetDesc.ok:
$(call APPLY_FILE,dxgi-GetDesc/0001-dxgi-Implement-IDXGIOutput-GetDesc.patch)
@( \
echo '+ { "Michael Müller", "dxgi: Implement IDXGIOutput::GetDesc.", 1 },'; \
) > dxgi-GetDesc.ok
# Patchset fonts-Missing_Fonts
# |
# | This patchset fixes the following Wine bugs: