Module: wine Branch: master Commit: c565d0035edd81077736ee007ae832a46fc958fd URL: https://source.winehq.org/git/wine.git/?a=commit;h=c565d0035edd81077736ee007...
Author: Rémi Bernon rbernon@codeweavers.com Date: Sat Feb 26 18:35:12 2022 +0100
windows.gaming.input: Split Gamepad runtimeclass to a 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/gamepad.c | 339 +++++++++++++++++++++++++++++++++ dlls/windows.gaming.input/main.c | 341 +--------------------------------- dlls/windows.gaming.input/private.h | 1 + 4 files changed, 342 insertions(+), 340 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c565d0035edd81077736e...