mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Prep Skippers for XML serialization
This commit is contained in:
@@ -11,9 +11,8 @@ namespace SabreTools.Skippers.SkipperFiles
|
||||
public SuperFamicomSPC()
|
||||
{
|
||||
// Create tests
|
||||
var rule1Test1 = new SkipperTest
|
||||
var rule1Test1 = new DataSkipperTest
|
||||
{
|
||||
Type = HeaderSkipTest.Data,
|
||||
Offset = 0x00,
|
||||
Value = new byte[] { 0x53, 0x4E, 0x45, 0x53, 0x2D, 0x53, 0x50, 0x43 },
|
||||
Result = true,
|
||||
|
||||
Reference in New Issue
Block a user