Enum ScfgExtendedFeaturesArm7
- Namespace
 - SceneGate.Ekona.Containers.Rom
 
- Assembly
 - SceneGate.Ekona.dll
 
Define the control register (SCFG) extended features for DSi ARM7.
[Flags]
public enum ScfgExtendedFeaturesArm7 : uint
  Fields
AccessScfgMbkRegisters = 2147483648Allow access to the SCFG/MBK registers.
AccessStorageRegisters = 262144Allow access to the SD/eMMC registers.
ExtendedSoundDma = 1024Use the extended sound DMA instead of the nitro (DS) one.
None = 0No setting set.
RevisedArm7DmaCircuit = 1Use the revised ARM7 DMA circuit instead of the nitro (DS) one.
RevisedSound = 4Use the revised sound instead of the nitro (DS) one.
RevisedSoundDma = 2Use the revised sound DMA instead of the nitro (DS) one.