From 9e0cf4d49653da7833c266a5c08a90c566e7d44d Mon Sep 17 00:00:00 2001 From: liamwhite Date: Sun, 4 Dec 2022 17:26:06 -0500 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index d3618e3..ddd7d69 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -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 ``` \ No newline at end of file