mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
GameRes refactoring.
(FormatCatalog.CreateEntry): method renamed to 'Create' and made generic towards Entry type.
This commit is contained in:
@@ -163,7 +163,7 @@ namespace GameRes.Formats.Xuse
|
||||
if (!string.IsNullOrEmpty (filename))
|
||||
{
|
||||
filename = DriveRe.Replace (filename, "");
|
||||
entry = FormatCatalog.Instance.CreateEntry (filename);
|
||||
entry = FormatCatalog.Instance.Create<Entry> (filename);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user