15 lines
487 B
Text
15 lines
487 B
Text
|
Set appropriate home directory location
|
||
|
|
||
|
Index: definitions.h
|
||
|
--- definitions.h.orig
|
||
|
+++ definitions.h
|
||
|
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu
|
||
|
#define CLEAR_CHAR 0x274C
|
||
|
#define AWG_REG_EX "([0]{1,4})|([1-3]{1}[0-9]{1})|(40)|([1-9]{1})"
|
||
|
#define MAX_DOUBLE 1.79769e+308
|
||
|
-#define PORTABLE_SAVE_LOCATION "/Save"
|
||
|
+#define PORTABLE_SAVE_LOCATION "/.config/Coil64/Save"
|
||
|
#define USER_SAVE_LOCATION "/Coil64/Save"
|
||
|
#define AUTOSAVE_FILENAME "/autosave.htm"
|
||
|
|