mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, DatItem] More instance method usage
This commit is contained in:
@@ -2850,7 +2850,7 @@ namespace SabreTools.Helper
|
||||
}
|
||||
|
||||
// If the rom passes the filter, include it
|
||||
if (DatItem.Filter(item, gamename, romname, romtype, sgt, slt, seq, crc, md5, sha1, itemStatus, logger))
|
||||
if (item.Filter(gamename, romname, romtype, sgt, slt, seq, crc, md5, sha1, itemStatus, logger))
|
||||
{
|
||||
// If we are in single game mode, rename all games
|
||||
if (single)
|
||||
|
||||
Reference in New Issue
Block a user