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

@@ -7,6 +7,7 @@
- Always check for all DIC log files, just in case
- Check for the zipped logs for dealing with overwrites
- Be smarter about checking for zipped logs
- Change offset value for HVN discs
### 2.0 (2021-04-23)
- Rename DICUI to Media Preservation Frontend (MPF)

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;