ddraw-version-check: Correct author.

This commit is contained in:
Zebediah Figura 2019-02-16 13:39:46 -06:00
parent b080509a3b
commit 0b57832a15
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
From 88412e5d16a242a1d0fed2db46ffd7ad7eb87ca8 Mon Sep 17 00:00:00 2001
From: David Adam <david.adam.cnrs@gmail.com>
From: Andrew D'Addesio <andrew@fatbag.net>
Date: Fri, 8 Feb 2019 18:48:33 -1000
Subject: [PATCH] ddraw: Return correct devices based off requested DirectX
version.

View File

@ -3206,7 +3206,7 @@ fi
if test "$enable_ddraw_version_check" -eq 1; then
patch_apply ddraw-version-check/0001-ddraw-Return-correct-devices-based-off-requested-Dir.patch
(
printf '%s\n' '+ { "David Adam", "ddraw: Return correct devices based off requested DirectX version.", 1 },';
printf '%s\n' '+ { "Andrew D'\''Addesio", "ddraw: Return correct devices based off requested DirectX version.", 1 },';
) >> "$patchlist"
fi