Enum ProgramRegions
- Namespace
 - SceneGate.Ekona.Containers.Rom
 
- Assembly
 - SceneGate.Ekona.dll
 
Supported regions for the program.
[Flags]
public enum ProgramRegions : uint
  Fields
Australia = 8Australia region (DSi only).
China = 16China region.
Europe = 4Europe region (DSi only).
Japan = 1Japan region (DSi only).
Korea = 32Korea region.
NitroBase = 0Typical Nintendo supported regions for DS.
RegionFree = 4294967295Region free, support on all possible regions.
Usa = 2USA region (DSi only).