Exemple #1
0
 public static List <string> GetArchiveRomList(string filename)
 {
     return(new List <string>(PtrToStringUtf8(InteropEmu.GetArchiveRomListWrapper(filename)).Split(new string[] { "[!|!]" }, StringSplitOptions.RemoveEmptyEntries)));
 }