Compare commits
No commits in common. "main" and "v1.0" have entirely different histories.
|
@ -53,9 +53,6 @@ namespace Divine_Souls_Extractor
|
|||
case "ÿûâ`":
|
||||
File.Move(path + "//" + i, path + "//" + i + ".mp3");
|
||||
break;
|
||||
case "BM8\0":
|
||||
File.Move(path + "//" + i, path + "//" + i + ".bmp");
|
||||
break;
|
||||
//Todo: list of file names = .ifl
|
||||
//Todo: 0x200000 = ???
|
||||
default: break;
|
||||
|
|
Loading…
Reference in New Issue