Add another soundfonts search directory for *nix

This adds another soundfont search directory for the convenience of the user.
This commit is contained in:
HHonzik 2024-07-23 13:40:48 +02:00 committed by Rachael Alexanderson
parent 994078feae
commit 96ec9b9dbd

View file

@ -180,6 +180,7 @@ FGameConfigFile::FGameConfigFile ()
SetValueForKey("Path", "/usr/share/doom/fm_banks", true);
SetValueForKey("Path", "/usr/share/games/doom/soundfonts", true);
SetValueForKey("Path", "/usr/share/games/doom/fm_banks", true);
SetValueForKey("Path", "/usr/share/soundfonts", true);
#endif
}