mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- fixed: soundfont selection for FluidSynth was ignored
This commit is contained in:
parent
7780f774f9
commit
ace677b8a3
1 changed files with 2 additions and 0 deletions
|
@ -573,6 +573,8 @@ extern "C" unsigned __stdcall GetSystemDirectoryA(char* lpBuffer, unsigned uSize
|
|||
|
||||
void Fluid_SetupConfig(const char* patches, std::vector<std::string> &patch_paths, bool systemfallback)
|
||||
{
|
||||
if (*patches == 0) patches = fluidConfig.fluid_patchset.c_str();
|
||||
|
||||
//Resolve the paths here, the renderer will only get a final list of file names.
|
||||
|
||||
if (musicCallbacks.PathForSoundfont)
|
||||
|
|
Loading…
Reference in a new issue