Alexandria.Platforms.NintendoDS.RomFormat.RomFormat C# (CSharp) Method

RomFormat() private method

private RomFormat ( Platform platform ) : System
platform Platform
return System
        internal RomFormat(Platform platform)
            : base(platform, typeof(Rom), canLoad: true, extension: ".nds")
        {
        }