From 33eb03281b7999d0b4a86ba839df724f11613dbb Mon Sep 17 00:00:00 2001 From: emiyl Date: Sat, 18 Apr 2026 20:26:11 +0100 Subject: [PATCH] add note to readme about logicop --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 45a9db1c..1e7b7336 100644 --- a/BUILD.md +++ b/BUILD.md @@ -179,6 +179,7 @@ Cemu uses the MoltenVK library to provide Vulkan support on macOS. While availab - **On an Apple Silicon Mac:** `sudo cp MoltenVK/lib/libMoltenVK.dylib /opt/homebrew/lib/` - **On an Intel Mac:** `sudo cp MoltenVK/lib/libMoltenVK.dylib /usr/local/lib/` +Alternatively, you can use the non-privateapi version of MoltenVK, but you may encounter some rendering issues due to the lack of logicOp support. If you want to go this route, simply install MoltenVK from Brew with `brew install molten-vk` and skip the steps above. ### Build Cemu using CMake