Save-state: Game I/O Connector: change yaml

This commit is contained in:
tomcw
2023-01-01 18:47:21 +00:00
parent 4ca6aaea33
commit dee264483a
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ static void ParseUnit(void)
}
else if (unit == GetSnapshotUnitGameIOConnectorName())
{
CopyProtectionDongleLoadSnapshot(yamlLoadHelper);
CopyProtectionDongleLoadSnapshot(yamlLoadHelper, unitVersion);
}
else if (unit == GetSnapshotUnitMiscName())
{