Class NitroRom2BinaryParams
- Namespace
- SceneGate.Ekona.Containers.Rom
- Assembly
- SceneGate.Ekona.dll
Additional parameters for the NitroRom2Binary converter.
public class NitroRom2BinaryParams
- Inheritance
-
NitroRom2BinaryParams
- Inherited Members
Properties
DecompressedProgram
Gets or sets a value indicating whether the program (arm9) is decompressed.
public bool DecompressedProgram { get; set; }
Property Value
KeyStore
Gets or sets the key store to re-generate the HMAC hashes. If not set, the hashes are not regenerated.
public DsiKeyStore KeyStore { get; set; }
Property Value
OutputStream
Gets or sets the output stream for the converter. If not set, the converter will create a new one in-memory.
public Stream OutputStream { get; set; }