Skip to content

Commit

Permalink
Update for 1.05a
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Jun 14, 2018
1 parent bebe3ab commit 68afeba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ public static class Template
public const string SubIntentionField = "SubIntention (SecuROM)";
public const string WriteOffsetField = "WriteOffset";
public const string LayerbreakField = "Layerbreak";
public const string PlaystationEXEDateField = "EXE Date"; // TODO: Not automatic yet
public const string PlaystationEXEDateField = "EXE Date";
public const string PlayStationEDCField = "EDC"; // TODO: Not automatic yet
public const string PlayStationAntiModchipField = "Anti-modchip"; // TODO: Not automatic yet
public const string PlayStationLibCryptField = "LibCrypt"; // TODO: Not automatic yet
public const string SaturnHeaderField = "Header"; // TODO: Not automatic yet
public const string SaturnBuildDateField = "Build Date"; // TODO: Not automatic yet
public const string SaturnHeaderField = "Header";
public const string SaturnBuildDateField = "Build Date";
public const string XBOXDMICRC = "DMI.bin CRC32"; // TODO: Not automatic yet
public const string XBOXPFICRC = "PFI.bin CRC32"; // TODO: Not automatic yet
public const string XBOXSSCRC = "SS.bin CRC32"; // TODO: Not automatic yet
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Download the latest release here:
2018-06-14
--------------------------------------------------------------------------

Version 1.05a released:

- Fixed some ordering and nullability issues
- Added automatic fields for PS1, PS2, Saturn

Version 1.05 released:

- Miscellaneous fixes around custom parameter validation, dump information accuracy, settings window, and TODO cleanup
Expand Down

0 comments on commit 68afeba

Please sign in to comment.