mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Only look for a "null" crc
This commit is contained in:
@@ -189,8 +189,7 @@ namespace SabreTools.Helper.Dats
|
|||||||
// If we have a "null" game (created by DATFromDir or something similar), log it to file
|
// If we have a "null" game (created by DATFromDir or something similar), log it to file
|
||||||
if (rom.Type == ItemType.Rom
|
if (rom.Type == ItemType.Rom
|
||||||
&& ((Rom)rom).Size == -1
|
&& ((Rom)rom).Size == -1
|
||||||
&& ((Rom)rom).CRC == "null"
|
&& ((Rom)rom).CRC == "null")
|
||||||
&& ((Rom)rom).MD5 == "null")
|
|
||||||
{
|
{
|
||||||
Globals.Logger.Verbose("Empty folder found: " + rom.Machine.Name);
|
Globals.Logger.Verbose("Empty folder found: " + rom.Machine.Name);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user