Skip to content
Snippets Groups Projects
Commit 175a2a02 authored by Serge Gautherie's avatar Serge Gautherie Committed by Alexandre Julliard
Browse files

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

parent 47fbcece
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment