mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Introduce fs_configpath
Split fs_savepath for config files. This is in preparation for moving the writable paths on *nix to $XDG_DATA_HOME and $XDG_CONFIG_HOME. Affected files: config.spec, *.cfg, doomkey, xpkey.
This commit is contained in:
parent
1f17040f0c
commit
0025ad6cf7
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ struct sysMemoryStats_t {
|
|||
|
||||
enum sysPath_t {
|
||||
PATH_BASE,
|
||||
PATH_CONFIG,
|
||||
PATH_SAVE,
|
||||
PATH_EXE
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue