Skip to content

Commit

Permalink
use Gcenx's DXVK
Browse files Browse the repository at this point in the history
  • Loading branch information
marzent committed Apr 30, 2022
1 parent a5aed4f commit 4aabc8e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion XIV on Mac/DxvkUtils/Dxvk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct Dxvk {

static func install() {
let dxvkPath = Bundle.main.url(forResource: "dxvk", withExtension: nil, subdirectory: "")!
let dxDlls = ["d3d9.dll", "d3d10_1.dll", "d3d10.dll", "d3d10core.dll", "dxgi.dll", "d3d11.dll"]
let dxDlls = ["d3d10_1.dll", "d3d10.dll", "d3d10core.dll", "dxgi.dll", "d3d11.dll"]
let system32 = Wine.prefix.appendingPathComponent("drive_c/windows/system32")
let fm = FileManager.default
for dll in dxDlls {
Expand Down
Binary file modified XIV on Mac/dxvk/d3d10.dll
Binary file not shown.
Binary file modified XIV on Mac/dxvk/d3d10_1.dll
Binary file not shown.
Binary file modified XIV on Mac/dxvk/d3d10core.dll
Binary file not shown.
Binary file modified XIV on Mac/dxvk/d3d11.dll
Binary file not shown.
Binary file removed XIV on Mac/dxvk/d3d9.dll
Binary file not shown.
Binary file modified XIV on Mac/dxvk/dxgi.dll
Binary file not shown.

0 comments on commit 4aabc8e

Please sign in to comment.