mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 12:44:19 +01:00
Change subfile handling to maybe retain associated game object for Mare.
This commit is contained in:
parent
4df9ac4632
commit
87b6fe6aa6
5 changed files with 31 additions and 46 deletions
|
|
@ -246,7 +246,7 @@ public unsafe partial class ResourceLoader
|
|||
private static void LogResource( Structs.ResourceHandle* handle, Utf8GamePath path, FullPath? manipulatedPath, ResolveData _ )
|
||||
{
|
||||
var pathString = manipulatedPath != null ? $"custom file {manipulatedPath} instead of {path}" : path.ToString();
|
||||
Penumbra.Log.Information( $"[ResourceLoader] Loaded {pathString} to 0x{( ulong )handle:X}. (Refcount {handle->RefCount})" );
|
||||
Penumbra.Log.Information( $"[ResourceLoader] [{handle->FileType}] Loaded {pathString} to 0x{( ulong )handle:X}. (Refcount {handle->RefCount})" );
|
||||
}
|
||||
|
||||
private static void LogLoadedFile( ByteString path, bool success, bool custom )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue