Module: wine Branch: master Commit: e8219b59895baf0072a949395d559ba4849d7713 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e8219b59895baf0072a949395...
Author: Rémi Bernon rbernon@codeweavers.com Date: Sat Feb 26 18:35:11 2022 +0100
windows.gaming.input: Split RawGameController runtimeclass to separate source.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/windows.gaming.input/Makefile.in | 1 + dlls/windows.gaming.input/controller.c | 348 +++++++++++++++++++++++++++++++++ dlls/windows.gaming.input/main.c | 289 ++------------------------- dlls/windows.gaming.input/private.h | 37 ++++ 4 files changed, 403 insertions(+), 272 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e8219b59895baf0072a94...