input: add ControllaBLE (DIY) adapter to no_merge.

This commit is contained in:
sorgelig
2021-09-12 02:07:02 +08:00
parent 4a6078102a
commit 39f5930eb1

View File

@@ -2962,10 +2962,11 @@ void mergedevs()
//Bypass merging of specified 2 port/player controllers
make_unique(0x289B, 0x0057, -1); // Raphnet
make_unique(0x0E8F, 0x3013, 1); // Mayflash SNES controller 2 port adapter
make_unique(0x16C0, 0x05E1, 1); // XinMo XM-10 2 player USB Encoder
make_unique(0x045E, 0x02A1, 1); // Xbox 360 wireless receiver
make_unique(0x0E8F, 0x3013, 1); // Mayflash SNES controller 2 port adapter
make_unique(0x16C0, 0x05E1, 1); // XinMo XM-10 2 player USB Encoder
make_unique(0x045E, 0x02A1, 1); // Xbox 360 wireless receiver
make_unique(0x8282, 0x3201, 1); // Irken Labs JAMMA Expander / Mojo Retro Adapter
make_unique(0x1209, 0xFACA, 1); // ControllaBLE
if (cfg.no_merge_vid)
{