mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
- changed the default settings for fluid_patchset, timidity_config and midi_config to point to the default sound font.
wildmidi_config has not been changed because it cannot read .sf2 files.
This commit is contained in:
parent
d166ab95a9
commit
7c333b1fd1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "v_text.h"
|
||||
#include "timidity.h"
|
||||
|
||||
CUSTOM_CVAR(String, midi_config, CONFIG_FILE, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||
CUSTOM_CVAR(String, midi_config, "gzdoom", CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
|
||||
{
|
||||
Timidity::FreeAll();
|
||||
if (currSong != nullptr && currSong->GetDeviceType() == MDEV_GUS)
|
||||
|
|
Loading…
Reference in a new issue