feat: add "plugin testing" settings to /xlsettings

This commit is contained in:
goat 2020-06-08 14:19:09 +02:00
parent 7ae3a92968
commit cf08eaee87
6 changed files with 55 additions and 9 deletions

View file

@ -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);