mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
fix: add .exe extension to EVB to fix priority
See implementation of FormatCatalog.Instance.FindFormats<ArchiveFormat> for details.
This commit is contained in:
@@ -48,6 +48,7 @@ namespace GameRes.Formats.Enigma {
|
|||||||
|
|
||||||
public EvbPackOpener() {
|
public EvbPackOpener() {
|
||||||
Signatures = new uint[] { 0x425645, 0x905a4d, 0 };
|
Signatures = new uint[] { 0x425645, 0x905a4d, 0 };
|
||||||
|
Extensions = new[] { "exe" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen(ArcView file) {
|
public override ArcFile TryOpen(ArcView file) {
|
||||||
|
|||||||
Reference in New Issue
Block a user