Skip to content

Commit

Permalink
Merge pull request #71 from Gcenx/bump-moltenvk-modern
Browse files Browse the repository at this point in the history
Bump moltenvk modern to v.1.1.10-ga909822
  • Loading branch information
marzent authored Jun 11, 2022
2 parents f304d0e + 0220f76 commit c9c4d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified XIV on Mac/MoltenVK/modern/libMoltenVK.dylib
Binary file not shown.
5 changes: 3 additions & 2 deletions XIV on Mac/Wine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ struct Wine {
addEnviromentVariable("DYLD_FALLBACK_LIBRARY_PATH", libSearchPathsConcat)
addEnviromentVariable("DYLD_VERSIONED_LIBRARY_PATH", libSearchPathsConcat)
addEnviromentVariable("LANG", "en_US")
addEnviromentVariable("MVK_CONFIG_RESUME_LOST_DEVICE", "1")
addEnviromentVariable("MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE", "1")
addEnviromentVariable("MVK_ALLOW_METAL_FENCES", "1") // XXX Required by DXVK for Apple/NVidia GPUs (better FPS than CPU Emulation)
addEnviromentVariable("MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE", "1") // XXX Required by DXVK for Intel/NVidia GPUs
addEnviromentVariable("MVK_CONFIG_RESUME_LOST_DEVICE", "1") // XXX Required by WINE (doesn't handle VK_ERROR_DEVICE_LOST correctly)
addEnviromentVariable("DXVK_HUD", Dxvk.options.getHud())
addEnviromentVariable("DXVK_ASYNC", Dxvk.options.getAsync())
addEnviromentVariable("DXVK_FRAME_RATE", Dxvk.options.getMaxFramerate())
Expand Down

0 comments on commit c9c4d61

Please sign in to comment.