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:
dhewg 2012-07-02 23:42:24 +02:00 committed by Daniel Gibson
parent 1f17040f0c
commit 0025ad6cf7

View file

@ -119,6 +119,7 @@ struct sysMemoryStats_t {
enum sysPath_t {
PATH_BASE,
PATH_CONFIG,
PATH_SAVE,
PATH_EXE
};