Totally reimplemented MFi support

This commit is contained in:
Twinaphex 2015-11-16 02:39:38 +01:00
parent 9fbba11275
commit 57e8cfe1f9
24 changed files with 216 additions and 134 deletions

View file

@ -176,6 +176,7 @@ input_driver_t input_gx = {
NULL,
gx_input_set_rumble,
gx_input_get_joypad_driver,
NULL,
gx_input_keyboard_mapping_is_blocked,
gx_input_keyboard_mapping_set_block,
};