mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DjSystem): entries with 'vic' extension are wave audio files.
This commit is contained in:
@@ -67,6 +67,8 @@ namespace GameRes.Formats.DjSystem
|
|||||||
entry.Size = end - start;
|
entry.Size = end - start;
|
||||||
if (!entry.CheckPlacement (file.MaxOffset))
|
if (!entry.CheckPlacement (file.MaxOffset))
|
||||||
return null;
|
return null;
|
||||||
|
if (name.HasExtension (".vic"))
|
||||||
|
entry.Type = "audio";
|
||||||
dir.Add (entry);
|
dir.Add (entry);
|
||||||
}
|
}
|
||||||
if (0 == dir.Count)
|
if (0 == dir.Count)
|
||||||
|
|||||||
Reference in New Issue
Block a user