Writable files in "Save", read-only files in "Data". This simplifies the installer and packaging.

This commit is contained in:
Chris Danford
2005-10-30 23:08:38 +00:00
parent 226e6fc3d8
commit 0f0caf7972
8 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include "RageLog.h"
const CString DEFAULTS_INI_PATH = "Data/Defaults.ini"; // these can be overridden
const CString STEPMANIA_INI_PATH = "Data/" PRODUCT_NAME ".ini"; // overlay on Defaults.ini, contains the user's choices
const CString STEPMANIA_INI_PATH = "Save/" PRODUCT_NAME ".ini"; // overlay on Defaults.ini, contains the user's choices
const CString STATIC_INI_PATH = "Data/Static.ini"; // overlay on the 2 above, can't be overridden
PrefsManager* PREFSMAN = NULL; // global and accessable from anywhere in our program