mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-14 09:44:20 +08:00
(XP3): lookup game files in parent directory.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user