mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[WINMM] Add a WARN() when winejoystick.drv is missing (#2480)
Follow-up to97150ce9
. Import175a2a0276
This commit is contained in:
parent
6020af2014
commit
78d8705181
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue