mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 01:21:17 +00:00
- fixed selection of system MIDI device on startup
https://forum.zdoom.org/viewtopic.php?t=66150
This commit is contained in:
parent
79b39648d7
commit
505902b141
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ CCMD (snd_listmididevices)
|
|||
#endif
|
||||
|
||||
|
||||
CUSTOM_CVAR (Int, snd_mididevice, DEF_MIDIDEV, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||
CUSTOM_CVAR (Int, snd_mididevice, DEF_MIDIDEV, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOINITCALL)
|
||||
{
|
||||
if ((self >= (signed)nummididevices) || (self < -8))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue