mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-02-17 17:41:48 +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 {
|
enum sysPath_t {
|
||||||
PATH_BASE,
|
PATH_BASE,
|
||||||
|
PATH_CONFIG,
|
||||||
PATH_SAVE,
|
PATH_SAVE,
|
||||||
PATH_EXE
|
PATH_EXE
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue