Enum DsiRomFeatures
- Namespace
 - SceneGate.Ekona.Containers.Rom
 
- Assembly
 - SceneGate.Ekona.dll
 
ROM features for DSi or new DS games.
[Flags]
public enum DsiRomFeatures
  Fields
DeveloperApp = 128ROM is a developer application.
DsiTouchscreenSound = 1TSC touchscreen / sound controller for DSi.
NitroBannerSigned = 32DS ROM contains an HMAC of the icon.
NitroProgramSigned = 64DS Program contains an HMAC and RSA signature of the header and programs.
RequireEula = 2Require to accept the EULA agreement.
SaveBannerIcon = 4Use in the launcher the icon from banner.sav instead of the ROM banner.
ShowWifiIcon = 8Show in the launcher the Wi-Fi connection icon.
ShowWirelessIcon = 16Show in the launcher the DS Wireless icon.