mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- For Unix systems, ensure that the root of the player's .config directory is scanned for content, not just subdirectories.
* Fixes #430.
This commit is contained in:
parent
a27888f9df
commit
acadd716f8
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey ("Path", "$PROGDIR", true);
|
||||
SetValueForKey ("Path", "$PROGDIR/*", true);
|
||||
#else
|
||||
SetValueForKey ("Path", "$HOME/" GAME_DIR, true);
|
||||
SetValueForKey ("Path", "$HOME/" GAME_DIR "/*", true);
|
||||
// Arch Linux likes them in /usr/share/raze
|
||||
// Debian likes them in /usr/share/games/raze
|
||||
|
|
Loading…
Reference in a new issue