mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-23 17:09:17 +01:00
feat: add "plugin testing" settings to /xlsettings
This commit is contained in:
parent
7ae3a92968
commit
cf08eaee87
6 changed files with 55 additions and 9 deletions
|
|
@ -28,7 +28,7 @@ using Serilog;
|
|||
|
||||
namespace Dalamud.Interface
|
||||
{
|
||||
public class InterfaceManager : IDisposable
|
||||
internal class InterfaceManager : IDisposable
|
||||
{
|
||||
[UnmanagedFunctionPointer(CallingConvention.ThisCall)]
|
||||
private delegate IntPtr PresentDelegate(IntPtr swapChain, uint syncInterval, uint presentFlags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue