Skip to content

Commit

Permalink
Merge pull request #1521 from Blooym/remove-unix-macfix
Browse files Browse the repository at this point in the history
Remove FMV fix for UNIX
  • Loading branch information
goaaats authored Jun 26, 2024
2 parents f7e3cea + 6197059 commit cde98aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.IO;
using XIVLauncher.Common.Unix.Compatibility.GameFixes.Implementations;

namespace XIVLauncher.Common.Unix.Compatibility.GameFixes;

Expand All @@ -13,10 +12,7 @@ public class GameFixApply

public GameFixApply(DirectoryInfo gameDirectory, DirectoryInfo configDirectory, DirectoryInfo winePrefixDirectory, DirectoryInfo tempDirectory)
{
this.fixes = new GameFix[]
{
new MacVideoFix(gameDirectory, configDirectory, winePrefixDirectory, tempDirectory),
};
this.fixes = new GameFix[] { };
}

public void Run()
Expand Down

This file was deleted.

0 comments on commit cde98aa

Please sign in to comment.