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