mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[doc] change comment
This commit is contained in:
@@ -214,7 +214,7 @@ namespace SabreTools
|
|||||||
case DatType.Redump:
|
case DatType.Redump:
|
||||||
if (!Remapping.Redump.ContainsKey(fileinfo[1].Value))
|
if (!Remapping.Redump.ContainsKey(fileinfo[1].Value))
|
||||||
{
|
{
|
||||||
// Handle special case mappings found only in TOSEC
|
// Handle special case mappings found only in Redump
|
||||||
fileinfo = Regex.Match(filename, _redumpBiosPattern).Groups;
|
fileinfo = Regex.Match(filename, _redumpBiosPattern).Groups;
|
||||||
|
|
||||||
if (!Remapping.Redump.ContainsKey(fileinfo[1].Value))
|
if (!Remapping.Redump.ContainsKey(fileinfo[1].Value))
|
||||||
|
|||||||
Reference in New Issue
Block a user