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