mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Fix some stuff.
This commit is contained in:
parent
1501bd4fbf
commit
a4cd5695fb
5 changed files with 39 additions and 17 deletions
|
|
@ -11,7 +11,6 @@ using Penumbra.GameData.Enums;
|
|||
using Penumbra.Interop.Hooks.ResourceLoading;
|
||||
using Penumbra.Interop.Hooks.Resources;
|
||||
using Penumbra.Interop.Structs;
|
||||
using Penumbra.Services;
|
||||
using Penumbra.String;
|
||||
using Penumbra.String.Classes;
|
||||
using Penumbra.UI.Classes;
|
||||
|
|
@ -55,7 +54,7 @@ public sealed class ResourceWatcher : IDisposable, ITab, IUiService
|
|||
_newMaxEntries = _config.MaxResourceWatcherRecords;
|
||||
}
|
||||
|
||||
private void OnPapRequested(Utf8GamePath original)
|
||||
private void OnPapRequested(Utf8GamePath original, FullPath? _1, ResolveData _2)
|
||||
{
|
||||
if (_ephemeral.EnableResourceLogging && FilterMatch(original.Path, out var match))
|
||||
Penumbra.Log.Information($"[ResourceLoader] [REQ] {match} was requested asynchronously.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue