mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-25 18:09:22 +01:00
Rework API, use Collection ID in crash handler, use collection GUIDs in more places.
This commit is contained in:
parent
793ed4f0a7
commit
ba8999914f
88 changed files with 4193 additions and 3930 deletions
|
|
@ -116,7 +116,7 @@ public readonly struct ImcCache : IDisposable
|
|||
}
|
||||
|
||||
private static FullPath CreateImcPath(ModCollection collection, Utf8GamePath path)
|
||||
=> new($"|{collection.Name}_{collection.ChangeCounter}|{path}");
|
||||
=> new($"|{collection.Id.OptimizedString()}_{collection.ChangeCounter}|{path}");
|
||||
|
||||
public bool GetImcFile(Utf8GamePath path, [NotNullWhen(true)] out ImcFile? file)
|
||||
=> _imcFiles.TryGetValue(path, out file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue