mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 19:51:27 +00:00
Add another soundfonts search directory for *nix
This adds another soundfont search directory for the convenience of the user.
This commit is contained in:
parent
994078feae
commit
96ec9b9dbd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue