Commit 175a2a02 authored by Serge Gautherie's avatar Serge Gautherie Committed by Alexandre Julliard

winmm: Add a WARNing when winejoystick.drv is missing.

parent 47fbcece
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment