Acknowledge GunCon 2 as lightgun (#516)

This commit is contained in:
Nolan Nicholson
2022-01-29 15:39:13 -08:00
committed by GitHub
parent 2b0b8a1422
commit 0d848c615b

View File

@@ -3806,6 +3806,12 @@ int input_test(int getchar)
input[n].lightgun = 1;
}
//Namco GunCon 2
if (input[n].vid == 0x0b9a && input[n].pid == 0x016a)
{
input[n].lightgun = 1;
}
//Madcatz Arcade Stick 360
if (input[n].vid == 0x0738 && input[n].pid == 0x4758) input[n].quirk = QUIRK_MADCATZ360;