mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(XP3): lookup game files in parent directory.
This commit is contained in:
@@ -661,6 +661,8 @@ NextEntry:
|
|||||||
ICrypt GuessCryptAlgorithm (ArcView file)
|
ICrypt GuessCryptAlgorithm (ArcView file)
|
||||||
{
|
{
|
||||||
var title = FormatCatalog.Instance.LookupGame (file.Name);
|
var title = FormatCatalog.Instance.LookupGame (file.Name);
|
||||||
|
if (string.IsNullOrEmpty (title))
|
||||||
|
title = FormatCatalog.Instance.LookupGame (file.Name, @"..\*.exe");
|
||||||
if (string.IsNullOrEmpty (title))
|
if (string.IsNullOrEmpty (title))
|
||||||
return null;
|
return null;
|
||||||
ICrypt algorithm;
|
ICrypt algorithm;
|
||||||
|
|||||||
Reference in New Issue
Block a user