winmm: Check param in joyConfigChanged.
This commit is contained in:
parent
3b5c75d991
commit
6d8fdefb4a
|
@ -126,6 +126,10 @@ static void CALLBACK JOY_Timer(HWND hWnd, UINT wMsg, UINT_PTR wTimer, DWORD dwTi
|
|||
MMRESULT WINAPI joyConfigChanged(DWORD flags)
|
||||
{
|
||||
FIXME("(%x) - stub\n", flags);
|
||||
|
||||
if (flags)
|
||||
return JOYERR_PARMS;
|
||||
|
||||
return JOYERR_NOERROR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue