Module: wine Branch: master Commit: e171b58aae3bc42295fd49092c9ebb1ecda4c6c7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e171b58aae3bc42295fd49092...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Mar 4 10:05:10 2022 +0100
windows.gaming.input: Instantiate the WineGameControllerProvider runtimeclass.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/windows.gaming.input/Makefile.in | 2 +- dlls/windows.gaming.input/main.c | 2 +- dlls/windows.gaming.input/manager.c | 10 ++ dlls/windows.gaming.input/private.h | 4 + dlls/windows.gaming.input/provider.c | 222 +++++++++++++++++++++++++++++++++- 5 files changed, 236 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e171b58aae3bc42295fd4...