Wine/FF7 midi help request

Eric Pouech eric.pouech at wanadoo.fr
Fri Dec 6 12:21:04 CST 2002


> >fixme:winmm:MIDI_StreamOpen *lpuDeviceID=1
> >fixme:dsound:IDirectSoundImpl_SetCooperativeLevel
> >(0x403ab930,0001003c,3):stub
try changing in dlls/winmm/winmm.c
	lpwm->mld.uDeviceID = *lpuDeviceID = 0;
into
	lpwm->mld.uDeviceID = *lpuDeviceID;

and see what gives

(the second fixme is harmless)

A+



More information about the wine-devel mailing list