mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Merge branch 'master' into editor-highlight-player-paths
This commit is contained in:
commit
b3c757c37b
3 changed files with 3 additions and 2 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
||||||
Subproject commit b09bbcc276363bc994d90b641871e6280898b6e5
|
Subproject commit 3e2d4ae934694918d312280d62127cf1a55b03e4
|
||||||
|
|
@ -8,7 +8,7 @@ using Penumbra.String.Classes;
|
||||||
|
|
||||||
namespace Penumbra.Interop.ResourceLoading;
|
namespace Penumbra.Interop.ResourceLoading;
|
||||||
|
|
||||||
public unsafe class TexMdlService
|
public unsafe class TexMdlService : IDisposable
|
||||||
{
|
{
|
||||||
/// <summary> Custom ulong flag to signal our files as opposed to SE files. </summary>
|
/// <summary> Custom ulong flag to signal our files as opposed to SE files. </summary>
|
||||||
public static readonly IntPtr CustomFileFlag = new(0xDEADBEEF);
|
public static readonly IntPtr CustomFileFlag = new(0xDEADBEEF);
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@ public class Penumbra : IDalamudPlugin
|
||||||
|
|
||||||
_services.GetRequiredService<SkinFixer>();
|
_services.GetRequiredService<SkinFixer>();
|
||||||
|
|
||||||
|
_services.GetRequiredService<DalamudSubstitutionProvider>(); // Initialize before Interface.
|
||||||
SetupInterface();
|
SetupInterface();
|
||||||
SetupApi();
|
SetupApi();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue