Basic XInput support

This commit is contained in:
Michael Putters 2014-05-24 21:05:00 +02:00
parent 490d1059ac
commit 03914d60d3
7 changed files with 235 additions and 1 deletions

View file

@ -401,6 +401,9 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
cbox_pad_handler->Append("Null");
cbox_pad_handler->Append("Windows");
#if defined (_WIN32)
cbox_pad_handler->Append("XInput");
#endif
//cbox_pad_handler->Append("DirectInput");
cbox_keyboard_handler->Append("Null");