- working(?) version that can save HIS_SVL.BIN with skip/lock/fav and HIS_FAV.BIN

This commit is contained in:
Horst Beham
2023-01-18 20:22:47 +01:00
parent 41af0f7b4a
commit ff452d3a6c
2 changed files with 30 additions and 8 deletions

View File

@@ -127,7 +127,6 @@ namespace ChanSort.Loader.LG.Binary
}
#endregion
internal byte[] RawDataBuffer { get { return this.rawData; } }
internal int RawDataOffset { get { return this.baseOffset; } }
internal byte[] RawDataBuffer => this.rawData;
}
}