mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-26 17:00:07 +00:00
Updated Building for macOS (markdown)
parent
d4f76489a5
commit
9e0cf4d496
@ -16,4 +16,17 @@ ninja
|
||||
Run the output:
|
||||
```
|
||||
bin/yuzu.app/Contents/MacOS/yuzu
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
To run with MoltenVK, install additional dependencies:
|
||||
```sh
|
||||
brew install molten-vk vulkan-loader
|
||||
```
|
||||
|
||||
Run with Vulkan loader path:
|
||||
```sh
|
||||
export LIBVULKAN_PATH=/opt/homebrew/lib/libvulkan.dylib
|
||||
bin/yuzu.app/Contents/MacOS/yuzu
|
||||
```
|
Loading…
Reference in New Issue
Block a user