From 84d36fee7d57e04eac8bf405525900b1ac059394 Mon Sep 17 00:00:00 2001 From: pinumbernumber <1337rz@gmail.com> Date: Sat, 28 Sep 2013 12:16:54 +0100 Subject: [PATCH] add yet another third-party pad to xinput detection --- input/dinput.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input/dinput.c b/input/dinput.c index 5fd048f57c..ac70e2d64d 100644 --- a/input/dinput.c +++ b/input/dinput.c @@ -426,6 +426,8 @@ static const char* const XINPUT_PAD_NAMES[] = "Controller (Xbox wireless receiver for windows)", "Controller (XBOX360 GAMEPAD)", "MadCatz GamePad", + "MadCatz GamePad (Controller)", + "Controller (MadCatz GamePad)", NULL };