Remove Hybrid Wii Remote

It simply doesn't seem to work for anything useful, and nobody seems
to care about maintaining it.
This commit is contained in:
JosJuice
2018-04-17 22:40:11 +02:00
parent dfd6a228a6
commit 2953cf201d
8 changed files with 14 additions and 117 deletions

View File

@ -43,7 +43,6 @@ enum
WIIMOTE_SRC_NONE = 0,
WIIMOTE_SRC_EMU = 1,
WIIMOTE_SRC_REAL = 2,
WIIMOTE_SRC_HYBRID = 3, // emu + real
};
extern unsigned int g_wiimote_sources[MAX_BBMOTES];