mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Consolidate path-data encoding into a single file and make it neater.
This commit is contained in:
parent
09742e2e50
commit
b2e1bff782
14 changed files with 302 additions and 95 deletions
|
|
@ -236,7 +236,7 @@ public sealed class ResourceWatcher : IDisposable, ITab
|
|||
_newRecords.Enqueue(record);
|
||||
}
|
||||
|
||||
private unsafe void OnFileLoaded(ResourceHandle* resource, ByteString path, bool success, bool custom, ByteString _)
|
||||
private unsafe void OnFileLoaded(ResourceHandle* resource, ByteString path, bool success, bool custom, ReadOnlySpan<byte> _)
|
||||
{
|
||||
if (_ephemeral.EnableResourceLogging && FilterMatch(path, out var match))
|
||||
Penumbra.Log.Information(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue