mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add more IDDB accessors; make more IDDB variants of methods
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user