Fix dinput cb struct.

This commit is contained in:
Themaister 2013-03-15 10:43:42 +01:00
parent eeba16d0e8
commit d2665f8807

View File

@ -334,6 +334,7 @@ const input_driver_t input_dinput = {
dinput_input_state,
dinput_key_pressed,
dinput_free,
NULL,
"dinput",
};