mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix fully non-merged creation
This commit is contained in:
@@ -590,7 +590,7 @@ namespace SabreTools.Helper.Dats
|
|||||||
foreach (string game in games)
|
foreach (string game in games)
|
||||||
{
|
{
|
||||||
// If the game has no devices, we continue
|
// If the game has no devices, we continue
|
||||||
if (this[game][0].Machine.Devices.Count == 0)
|
if (this[game][0].Machine.Devices == null || this[game][0].Machine.Devices.Count == 0)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user