mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Change offset value for HVN discs (fixes #285)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user