mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- disable music playback if WinMM stream cannot be opened
https://forum.zdoom.org/viewtopic.php?t=62888
This commit is contained in:
parent
c6ab780555
commit
a93807833a
1 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,10 @@ int WinMIDIDevice::Open(MidiCallback callback, void *userdata)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue