mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[OpenMSX] Add notes about SHA-1 only inputs
This commit is contained in:
@@ -296,6 +296,7 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <param name="keep">True if full pathnames are to be kept, false otherwise (default)</param>
|
||||
/// <param name="clean">True if game names are sanitized, false otherwise (default)</param>
|
||||
/// <param name="remUnicode">True if we should remove non-ASCII characters from output, false otherwise (default)</param>
|
||||
/// TODO: Make sure that this outputs proper values since only SHA-1 is included
|
||||
private bool ReadRom(
|
||||
XmlReader reader,
|
||||
Machine machine,
|
||||
@@ -369,6 +370,7 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <param name="keep">True if full pathnames are to be kept, false otherwise (default)</param>
|
||||
/// <param name="clean">True if game names are sanitized, false otherwise (default)</param>
|
||||
/// <param name="remUnicode">True if we should remove non-ASCII characters from output, false otherwise (default)</param>
|
||||
/// TODO: Make sure that this outputs proper values since only SHA-1 is included
|
||||
private bool ReadMegaRom(
|
||||
XmlReader reader,
|
||||
Machine machine,
|
||||
@@ -442,6 +444,7 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <param name="keep">True if full pathnames are to be kept, false otherwise (default)</param>
|
||||
/// <param name="clean">True if game names are sanitized, false otherwise (default)</param>
|
||||
/// <param name="remUnicode">True if we should remove non-ASCII characters from output, false otherwise (default)</param>
|
||||
/// TODO: Make sure that this outputs proper values since only SHA-1 is included
|
||||
private bool ReadSccPlusCart(
|
||||
XmlReader reader,
|
||||
Machine machine,
|
||||
|
||||
Reference in New Issue
Block a user