From 0025ad6cf765c4c8ecac1e93b39a9c31523fffdb Mon Sep 17 00:00:00 2001 From: dhewg Date: Mon, 2 Jul 2012 23:42:24 +0200 Subject: [PATCH] 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. --- sys/sys_public.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys_public.h b/sys/sys_public.h index 1826af0..a0a1c71 100644 --- a/sys/sys_public.h +++ b/sys/sys_public.h @@ -119,6 +119,7 @@ struct sysMemoryStats_t { enum sysPath_t { PATH_BASE, + PATH_CONFIG, PATH_SAVE, PATH_EXE };