mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- fixed: soundfont selection for FluidSynth was ignored
This commit is contained in:
parent
696426c8e4
commit
49b8bedc86
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)
|
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.
|
//Resolve the paths here, the renderer will only get a final list of file names.
|
||||||
|
|
||||||
if (musicCallbacks.PathForSoundfont)
|
if (musicCallbacks.PathForSoundfont)
|
||||||
|
|
Loading…
Reference in a new issue