Exemplo n.º 1
0
 public SntArchiveWriter(Stream destination) : base(destination)
 {
     // Set default settings
     platform = SntPlatform.Ps2;
 }
Exemplo n.º 2
0
 public SntArchiveWriter(Stream destination)
     : base(destination)
 {
     // Set default settings
     platform = SntPlatform.Ps2;
 }