Skip to content

Commit

Permalink
Add defaults for mangohud
Browse files Browse the repository at this point in the history
  • Loading branch information
rankynbass committed Aug 3, 2023
1 parent 3025d25 commit dd1d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XIVLauncher.Common.Unix/Compatibility/DxvkSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class DxvkSettings

public Dictionary<string, string> Environment { get; }

public DxvkSettings(string folder, string url, string storageFolder, bool async, int maxFrameRate, bool dxvkHudEnabled, string dxvkHudString, bool mangoHudEnabled, bool mangoHudCustomIsFile, string customMangoHud, bool enabled = true)
public DxvkSettings(string folder, string url, string storageFolder, bool async, int maxFrameRate, bool dxvkHudEnabled, string dxvkHudString, bool mangoHudEnabled = false, bool mangoHudCustomIsFile = false, string customMangoHud = "", bool enabled = true)
{
FolderName = folder;
DownloadUrl = url;
Expand Down

0 comments on commit dd1d2a3

Please sign in to comment.