search for: mci_sendcommand

Displaying 1 result from an estimated 1 matches for "mci_sendcommand".

2009 Mar 17
0
Re: Games freeze with CD music
...tion to ignore the MCI_STOP command, issued in response to the MC_CLOSE command. On Windows 95 and Windows 98, the MCI_STOP command has a relatively fast response time, but on Windows 2000 and Windows XP Professional, it can take several seconds. A quick tour around the git repository shows that MCI_SendCommand is implemented near line 1525 of dlls/winmm/mci.c. Would it be beneficial to add a do-nothing case to the outer switch statement for MCI_STOP?