Change offset value for HVN discs (fixes #285)

This commit is contained in:
Matt Nadareski
2021-05-27 11:49:24 -07:00
parent 1fc6476f71
commit a7ad3e41d9
2 changed files with 2 additions and 1 deletions

View File

@@ -1639,7 +1639,7 @@ namespace MPF.DiscImageCreator
case KnownSystem.HasbroVideoNowJr:
case KnownSystem.HasbroVideoNowXP:
this[FlagStrings.AddOffset] = true;
this.AddOffsetValue = 18032;
this.AddOffsetValue = 0; // Value needed for first run and placeholder after
break;
case KnownSystem.SonyPlayStation:
this[FlagStrings.ScanAntiMod] = true;