Updated Building for macOS (markdown)
parent
d4f76489a5
commit
9e0cf4d496
|
@ -17,3 +17,16 @@ Run the output:
|
||||||
```
|
```
|
||||||
bin/yuzu.app/Contents/MacOS/yuzu
|
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