(iOS) Function pointer to set_keybinds NULL for now

This commit is contained in:
twinaphex 2013-03-17 21:39:12 +01:00
parent 374975da34
commit 5f08cebf7c

View File

@ -105,6 +105,7 @@ const input_driver_t input_ios = {
ios_input_state,
ios_bind_button_pressed,
ios_input_free_input,
NULL,
"ios_input",
};