[PATCH] winmm: Add a WARNing when winejoystick.drv is missing. --- If winejoystick.drv is expected to be present by default, then this should be promoted to an ERRor...
15 Nov
2018
15 Nov
'18
11:48 p.m.
--- dlls/winmm/joystick.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/winmm/joystick.c b/dlls/winmm/joystick.c index 5a12b36..92a7ce9 100644 --- a/dlls/winmm/joystick.c +++ b/dlls/winmm/joystick.c @@ -79,6 +79,8 @@ static BOOL JOY_LoadDriver(DWORD dwJoyID) if (!JOY_Sticks[dwJoyID].hDriver) { + WARN("OpenDriverA(\"winejoystick.drv\") failed\n"); + /* The default driver is missing, don't attempt to load it again */ winejoystick_missing = TRUE; } -- 2.10.0.windows.1
2588
Age (days ago)
2588
Last active (days ago)
0 comments
1 participants
participants (1)
-
Serge Gautherie