mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
Add reshade unwrapping options
This commit is contained in:
parent
80ac97fea8
commit
d71fbc52fb
9 changed files with 513 additions and 75 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue