Add reshade unwrapping options

This commit is contained in:
Soreepeong 2024-07-22 20:29:26 +09:00
parent 80ac97fea8
commit d71fbc52fb
9 changed files with 513 additions and 75 deletions

View file

@ -8,6 +8,7 @@ using System.Runtime.InteropServices;
using Dalamud.Game.Text;
using Dalamud.Interface;
using Dalamud.Interface.FontIdentifier;
using Dalamud.Interface.Internal.ReShadeHandling;
using Dalamud.Interface.Style;
using Dalamud.IoC.Internal;
using Dalamud.Plugin.Internal.AutoUpdate;
@ -441,6 +442,9 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
/// </summary>
public bool WindowIsImmersive { get; set; } = false;
/// <summary>Gets or sets the mode specifying how to handle ReShade.</summary>
public ReShadeHandlingMode ReShadeHandlingMode { get; set; } = ReShadeHandlingMode.ReShadeAddon;
/// <summary>
/// Gets or sets hitch threshold for game network up in milliseconds.
/// </summary>