mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Basic XInput support
This commit is contained in:
parent
490d1059ac
commit
03914d60d3
7 changed files with 235 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue