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 = 128
ROM is a developer application.
DsiTouchscreenSound = 1
TSC touchscreen / sound controller for DSi.
NitroBannerSigned = 32
DS ROM contains an HMAC of the icon.
NitroProgramSigned = 64
DS Program contains an HMAC and RSA signature of the header and programs.
RequireEula = 2
Require to accept the EULA agreement.
SaveBannerIcon = 4
Use in the launcher the icon from banner.sav instead of the ROM banner.
ShowWifiIcon = 8
Show in the launcher the Wi-Fi connection icon.
ShowWirelessIcon = 16
Show in the launcher the DS Wireless icon.