Skip to content

Commit

Permalink
(HSR GSP) Adjust Model registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl authored Feb 6, 2024
1 parent afc7343 commit 7c51c73
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ private static Dictionary<int, int> GenerateStaticFPSIndexDict()
/// </summary>
public AntialiasingMode AAMode { get; set; } = AntialiasingMode.TAA;

// MetalFX config for Apple devices. Should not be used under Windows.
public bool EnableMetalFXSU { get; set; }

#endregion

#region Methods
Expand Down

0 comments on commit 7c51c73

Please sign in to comment.