also this method sucks
This commit is contained in:
James Groom 2019-02-27 15:33:27 +10:00 committed by GitHub
parent 7630be7e93
commit 1d5a097a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ namespace BizHawk.Emulation.DiscSystem
{
// wrap in zeropadadapter
disc.DisposableResources.Add(mdfBlob);
BlobIndex[count] = mdfBlob;
BlobIndex[count++] = mdfBlob;
}
}
}