-
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.
Merge pull request #1 from stoozey/buffer-support
Buffer support
- Loading branch information
Showing
6 changed files
with
90 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
scripts/__scr_ssave_3rdparty_sphinx/__scr_ssave_3rdparty_sphinx.gml
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
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,6 @@ | ||
#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 | ||
#macro SSAVE_ENCRYPTION_KEY 69420133769696969694204872936 // When using SSAVE_PROTECTION.ENCRYPT, this is the key used to encrypt it | ||
|
||
#macro SSAVE_COPY_BUFFER_ON_SET true // When using SSave.set() with a buffer, the supplied buffer is copied (so you can delete your original) |
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