-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added __ssave_get_save_directory because i dont trust people
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#macro SSAVE_DIRECTORY "" // The directory that saves are saved to. This must end with a slash! | ||
#macro SSAVE_DIRECTORY "" // The directory that saves are saved to. | ||
|
||
#macro SSAVE_PROTECTION_DEFAULT SSAVE_PROTECTION.NONE // How the save data is protected in the output file | ||
#macro SSAVE_ENCRYPTION_KEY 69420133769696969694204872936 // When using SSAVE_PROTECTION.ENCRYPT, this is the key used to encrypt it |