Add more IDDB accessors; make more IDDB variants of methods

This commit is contained in:
Matt Nadareski
2024-03-19 23:35:29 -04:00
parent efc184627a
commit c2ca5a0a6d
7 changed files with 418 additions and 72 deletions

View File

@@ -171,7 +171,7 @@ namespace SabreTools.Filtering
foreach (string game in games)
{
// Get the list of DatItems for the machine
var datItems = datFile.ItemsDB.GetDatItemsForBucket(game);
var datItems = datFile.ItemsDB.GetItemsForBucket(game);
if (datItems == null)
continue;