10 Mar
2009
10 Mar
'09
10:53 a.m.
Module: wine Branch: master Commit: 620839d24e8cae6c9ce0fbe689ff7043e7b7461d URL: http://source.winehq.org/git/wine.git/?a=commit;h=620839d24e8cae6c9ce0fbe689... Author: Aric Stewart <aric(a)codeweavers.com> Date: Mon Mar 9 10:06:41 2009 -0500 dinput: Begin joystick separation into a generic module. --- dlls/dinput/Makefile.in | 1 + dlls/dinput/joystick.c | 276 ++++++++++++++++++++++++++++++ dlls/dinput/joystick_linux.c | 364 +++++++--------------------------------- dlls/dinput/joystick_private.h | 59 +++++++ 4 files changed, 396 insertions(+), 304 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=620839d24e8cae6c9ce0fb...