mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add display for subfile resources and clean up better.
This commit is contained in:
parent
87b6fe6aa6
commit
e534ce37d5
8 changed files with 95 additions and 19 deletions
|
|
@ -128,7 +128,7 @@ public unsafe partial class ResourceLoader : IDisposable
|
|||
// Event fired whenever a resource is newly loaded.
|
||||
// Success indicates the return value of the loading function (which does not imply that the resource was actually successfully loaded)
|
||||
// custom is true if the file was loaded from local files instead of the default SqPacks.
|
||||
public delegate void FileLoadedDelegate( ByteString path, bool success, bool custom );
|
||||
public delegate void FileLoadedDelegate( ResourceHandle* resource, ByteString path, bool success, bool custom );
|
||||
public event FileLoadedDelegate? FileLoaded;
|
||||
|
||||
// Customization point to control how path resolving is handled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue