Beispiel #1
0
        public static RomInfo GetRomInfo(string filename = "", Int32 archiveFileIndex = -1)
        {
            InteropRomInfo romInfo = new InteropRomInfo();

            InteropEmu.GetRomInfoWrapper(ref romInfo, filename, archiveFileIndex);
            return(new RomInfo(romInfo));
        }