[WINMM] Add a WARN() when winejoystick.drv is missing (#2480)

Follow-up to 97150ce9.

Import
175a2a0276
This commit is contained in:
Serge Gautherie 2020-03-30 12:14:52 +02:00 committed by GitHub
parent 6020af2014
commit 78d8705181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,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;
}