[ALL] Add SHA-256 as a future option for pretty much everything

This commit is contained in:
Matt Nadareski
2017-02-23 14:23:41 -08:00
parent 10ac547646
commit 2c450b34e7
17 changed files with 505 additions and 55 deletions

View File

@@ -223,6 +223,7 @@ namespace SabreTools.Helper.Data
TSV = 0x0800,
CSV = 0x1000,
AttractMode = 0x2000,
RedumpSHA256 = 0x4000,
ALL = 0xFFFF,
}